/** * @param Role $role * * @return $this */ public function removeRole(Role $role) { $this->roles->remove($role); return $this; }