Skip to content

Commit ec2c949

Browse files
committed
add filament v4 support
1 parent ff5beef commit ec2c949

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/FeatureFlagPlugin.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@ public function getId(): string
1818
public function register(Panel $panel): void
1919
{
2020
$panel->when(
21-
value: fn() => $this->authorized(),
21+
value: fn () => $this->authorized(),
2222
callback: function (Panel $panel) {
2323
$panel->resources(config('filament-feature-flags.resources'));
2424
}
2525
);
2626
}
2727

28-
public function boot(Panel $panel): void
29-
{
30-
}
28+
public function boot(Panel $panel): void {}
3129

3230
public static function make(): static
3331
{

0 commit comments

Comments
 (0)