refactoring of AbListener

This commit is contained in:
Simon Vieille 2022-05-21 00:28:48 +02:00
parent 3540f42c2d
commit a16f4f998e
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 0 additions and 4 deletions

View File

@ -85,10 +85,6 @@ class AbListener
protected function supports(Request $request): bool
{
if (!$request->attributes->has('_node')) {
return false;
}
if (!$this->node) {
return false;
}