We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faef0dd commit 2880577Copy full SHA for 2880577
src/Http/Controllers/SeoTagController.php
@@ -43,7 +43,7 @@ public function index(Tag $tag): View
43
44
/** @var view-string $viewName */
45
$viewName = 'filament-flexible-content-block-pages::tailwind.pages.tag_index';
46
-
+
47
return view($viewName, [
48
'tag' => $tag,
49
'taggedContent' => $taggedContent,
0 commit comments