diff --git a/src/core/EventListener/AbListener.php b/src/core/EventListener/AbListener.php index 50da24c..e7d1a8d 100644 --- a/src/core/EventListener/AbListener.php +++ b/src/core/EventListener/AbListener.php @@ -85,10 +85,6 @@ class AbListener protected function supports(Request $request): bool { - if (!$request->attributes->has('_node')) { - return false; - } - if (!$this->node) { return false; }