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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user