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 593392b commit faef0ddCopy full SHA for faef0dd
src/Http/Controllers/SeoTagController.php
@@ -41,7 +41,10 @@ public function index(Tag $tag): View
41
$modelLabels = $this->createModelLabelsLookup();
42
$this->setupSEO($tag, $taggedContent);
43
44
- return view('filament-flexible-content-block-pages::tailwind.pages.tag_index', [
+ /** @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,
50
'contentCounts' => $contentCounts,
0 commit comments