Adldap\Laravel\Traits\ImportsUsers::getOnlyAllowImportedUsers PHP Метод

getOnlyAllowImportedUsers() защищенный Метод

Returns the configured option for only allowing manually imported users to authenticate.
protected getOnlyAllowImportedUsers ( ) : mixed
Результат mixed
    protected function getOnlyAllowImportedUsers()
    {
        return config('adldap_auth.allow_only_imported', false);
    }