Beispiel #1
0
 /**
  * Removes a role to the user.
  *
  * @param string $role
  * @return UserProxy
  */
 public function removeRole($role)
 {
     $this->user->removeRole($role);
     return $this;
 }