Adldap\Laravel\Events\AuthenticatedWithCredentials::__construct PHP Method

__construct() public method

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