Example #1
0
 public function setData(User $user, Mailing $mailing)
 {
     $this->user = $user;
     $this->mailing = $mailing;
     $this->senders = ['data' => Sender::all(), 'selected' => []];
 }
 public function __construct(User $user, Mailing $mailing)
 {
     $this->user = $user;
     $this->mailing = $mailing;
     $this->senders = Sender::all();
 }