Adldap\Laravel\Traits\ImportsUsers::getBindUserToModel PHP Method

getBindUserToModel() protected method

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