PHP Class App\Events\UserTryToLogin

Inheritance: extends App\Events\Event, use trait Illuminate\Queue\SerializesModels
Mostra file Open project: printempw/blessing-skin-server

Public Properties

Property Type Description
$authType
$identification

Public Methods

Method Description
__construct ( $identification, $auth_type ) : void Create a new event instance.

Method Details

__construct() public method

Create a new event instance.
public __construct ( $identification, $auth_type ) : void
return void

Property Details

$authType public_oe property

public $authType

$identification public_oe property

public $identification