Example #1
0
 public function __construct($notice, Channel $channel)
 {
     parent::__construct($notice);
     $this->channel = $channel;
 }
Example #2
0
 public function __construct($notice, User $user)
 {
     parent::__construct($notice);
     $this->user = $user;
 }