Exemplo n.º 1
0
Arquivo: User.php Projeto: j7mbo/aurex
 /**
  * @param Role $role
  *
  * @return $this
  */
 public function removeRole(Role $role)
 {
     $this->roles->remove($role);
     return $this;
 }