Skip to content

Commit 2238eb3

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 26aad8a + 2880577 commit 2238eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/SeoTagController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function index(Tag $tag): View
4343

4444
/** @var view-string $viewName */
4545
$viewName = 'filament-flexible-content-block-pages::tailwind.pages.tag_index';
46-
46+
4747
return view($viewName, [
4848
'tag' => $tag,
4949
'taggedContent' => $taggedContent,

0 commit comments

Comments
 (0)