Overrides RoleInterface::getPermissions
public function getPermissions() { if ($this->isAdmin()) { return []; } return $this->permissions; }