is_admin; } public function delete(User $user, EvaluationRun $evaluationRun): bool { return (bool) $user->is_admin; } }