Skip to content

Commit 97fde91

Browse files
AurelDemirigithub-actions[bot]
authored andcommitted
Fix styling
1 parent 5495a73 commit 97fde91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/FilamentFlexibleBlocksAssetManagerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function packageBooted(): void
9191
}
9292

9393
// Testing
94-
Testable::mixin(new TestsLaravelFilamentFlexibleBlocksAssetManager());
94+
Testable::mixin(new TestsLaravelFilamentFlexibleBlocksAssetManager);
9595

9696
//add Asset to morph map when used:
9797
Relation::morphMap([

src/Http/Controllers/AssetController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function index(Asset $asset, ?string $locale = null)
2828
return $asset
2929
->getFirstMedia($asset->getAssetCollection(), $filters)
3030
->setCustomHeaders([
31-
'X-Robots-Tag' => 'none' //equivalent to noindex, nofollow.
31+
'X-Robots-Tag' => 'none', //equivalent to noindex, nofollow.
3232
]);
3333
}
3434
}

0 commit comments

Comments
 (0)