BookStack\Providers\LdapUserProvider::__construct PHP Method

__construct() public method

LdapUserProvider constructor.
public __construct ( $model, LdapService $ldapService )
$model
$ldapService BookStack\Services\LdapService
    public function __construct($model, LdapService $ldapService)
    {
        $this->model = $model;
        $this->ldapService = $ldapService;
    }