user->isAdmin(); } public function postActionCreateLink(Request $request): bool { throw new Forbidden(); } public function deleteActionRemoveLink(Request $request): bool { throw new Forbidden(); } }