is_admin; } public function update(User $user, EvaluationRuleSet $evaluationRuleSet): bool { return (bool) $user->is_admin; } public function delete(User $user, EvaluationRuleSet $evaluationRuleSet): bool { return (bool) $user->is_admin; } }