Exemplo n.º 1
0
 public function __construct(User $user, Registration $registration)
 {
     parent::__construct($user);
     $this->registration = $registration;
 }
Exemplo n.º 2
0
 public function __construct(User $user, Profile $profile)
 {
     parent::__construct($user);
     $this->profile = $profile;
 }