We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5beef commit ec2c949Copy full SHA for ec2c949
src/FeatureFlagPlugin.php
@@ -18,16 +18,14 @@ public function getId(): string
18
public function register(Panel $panel): void
19
{
20
$panel->when(
21
- value: fn() => $this->authorized(),
+ value: fn () => $this->authorized(),
22
callback: function (Panel $panel) {
23
$panel->resources(config('filament-feature-flags.resources'));
24
}
25
);
26
27
28
- public function boot(Panel $panel): void
29
- {
30
- }
+ public function boot(Panel $panel): void {}
31
32
public static function make(): static
33
0 commit comments