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.
2 parents 13f8927 + 894e8a9 commit 9071421Copy full SHA for 9071421
src/Components/LanguageSwitch.php
@@ -5,8 +5,6 @@
5
use Illuminate\View\Component;
6
use Mcamara\LaravelLocalization\Facades\LaravelLocalization;
7
8
-use function Statikbe\FilamentFlexibleContentBlockPages\View\Components\count;
9
-
10
class LanguageSwitch extends Component
11
{
12
public function render()
@@ -16,6 +14,6 @@ public function render()
16
14
17
15
public function shouldRender(): bool
18
19
- return !empty(LaravelLocalization::getSupportedLocales());
+ return ! empty(LaravelLocalization::getSupportedLocales());
20
}
21
0 commit comments