public function getPermission($permissionName) { if ($this->isAdmin()) { return true; } return parent::getPermission($permissionName); }