3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-18 11:15:42 +00:00

phpstan fix

This commit is contained in:
snipe
2026-08-13 15:42:15 +01:00
parent 410d0dcc99
commit 030216761a

View File

@ -328,7 +328,7 @@ class LdapSettings extends Component
#[Computed]
public function hasPersistedLdapPword(): bool
{
return ! empty(Setting::getSettings()?->ldap_pword);
return ! empty(Setting::getSettings()->ldap_pword);
}
public function goToStep(int $step): void