Adldap\Laravel\Traits\ImportsUsers::getBindUserToModel PHP Méthode

getBindUserToModel() protected méthode

Returns the configured bind user to model option for binding the Adldap user model instance to the laravel model.
protected getBindUserToModel ( ) : boolean
Résultat boolean
    protected function getBindUserToModel()
    {
        return config('adldap_auth.bind_user_to_model', false);
    }