App\Events\UserTryToLogin::__construct PHP Метод

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

Create a new event instance.
public __construct ( $identification, $auth_type ) : void
Результат void
    public function __construct($identification, $auth_type)
    {
        $this->identification = $identification;
        $this->authType = $auth_type;
    }
UserTryToLogin