Adldap\Laravel\Events\AuthenticatedWithWindows::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( User $user, Illuminate\Contracts\Auth\Authenticatable $model = null )
$user Adldap\Models\User
$model Illuminate\Contracts\Auth\Authenticatable
    public function __construct(User $user, Authenticatable $model = null)
    {
        $this->user = $user;
        $this->model = $model;
    }
AuthenticatedWithWindows