Skip to content

Commit 4e45b91

Browse files
committed
Set default to false
1 parent 366c8f4 commit 4e45b91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FilamentDeveloperLoginsPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public static function getById(string $panelId): static
8484
throw new ImplementationException('No panel found with filament-developer-logins plugin.');
8585
}
8686

87-
public function enabled(Closure | bool $value): static
87+
public function enabled(Closure | bool $value = false): static
8888
{
8989
$this->enabled = $value;
9090

0 commit comments

Comments
 (0)