Example #1
0
 /**
  * StatusChangeEvent constructor.
  * 
  * @param User $user
  */
 public function __construct(User $user)
 {
     $this->user = $user;
     parent::__construct();
 }