PHP Class app\events\UserProfileUpdated

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

Public Properties

Property Type Description
$type
$user

Public Methods

Method Description
__construct ( $type, User $user ) : void Create a new event instance.

Method Details

__construct() public method

Create a new event instance.
public __construct ( $type, User $user ) : void
$user app\models\User
return void

Property Details

$type public_oe property

public $type

$user public_oe property

public $user