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.
1 parent 366c8f4 commit 4e45b91Copy full SHA for 4e45b91
1 file changed
src/FilamentDeveloperLoginsPlugin.php
@@ -84,7 +84,7 @@ public static function getById(string $panelId): static
84
throw new ImplementationException('No panel found with filament-developer-logins plugin.');
85
}
86
87
- public function enabled(Closure | bool $value): static
+ public function enabled(Closure | bool $value = false): static
88
{
89
$this->enabled = $value;
90
0 commit comments