App\Events\UserTryToLogin::__construct PHP Méthode

__construct() public méthode

Create a new event instance.
public __construct ( $identification, $auth_type ) : void
Résultat void
    public function __construct($identification, $auth_type)
    {
        $this->identification = $identification;
        $this->authType = $auth_type;
    }
UserTryToLogin