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