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 98b604d commit 8caf1e0Copy full SHA for 8caf1e0
src/Components/LanguageSwitch.php
@@ -19,7 +19,9 @@ public function render()
19
}
20
21
// Final fallback to tailwind theme
22
- return view('filament-flexible-content-block-pages::tailwind.components.language-switch');
+ /** @var view-string $fallbackTemplate */
23
+ $fallbackTemplate = 'filament-flexible-content-block-pages::tailwind.components.language-switch';
24
+ return view($fallbackTemplate);
25
26
27
public function shouldRender(): bool
0 commit comments