Skip to content

Commit 894e8a9

Browse files
stengithub-actions[bot]
authored andcommitted
Fix styling
1 parent d306760 commit 894e8a9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Components/LanguageSwitch.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
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
{
12-
public function __construct(public string $title){}
10+
public function __construct(public string $title) {}
1311

1412
public function render()
1513
{
@@ -18,6 +16,6 @@ public function render()
1816

1917
public function shouldRender(): bool
2018
{
21-
return !empty(LaravelLocalization::getSupportedLocales());
19+
return ! empty(LaravelLocalization::getSupportedLocales());
2220
}
2321
}

0 commit comments

Comments
 (0)