Skip to content

Commit 9071421

Browse files
committed
Merge remote-tracking branch 'origin/main'
# Conflicts: # src/Components/LanguageSwitch.php
2 parents 13f8927 + 894e8a9 commit 9071421

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Components/LanguageSwitch.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
use Illuminate\View\Component;
66
use Mcamara\LaravelLocalization\Facades\LaravelLocalization;
77

8-
use function Statikbe\FilamentFlexibleContentBlockPages\View\Components\count;
9-
108
class LanguageSwitch extends Component
119
{
1210
public function render()
@@ -16,6 +14,6 @@ public function render()
1614

1715
public function shouldRender(): bool
1816
{
19-
return !empty(LaravelLocalization::getSupportedLocales());
17+
return ! empty(LaravelLocalization::getSupportedLocales());
2018
}
2119
}

0 commit comments

Comments
 (0)