Пример #1
0
 public function addUser(Progenitor $user)
 {
     $user->addRole($this);
     $this->users->add($user);
     return $this;
 }