Skip to content

Commit

Permalink
changed hook class name to symfony standard
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kunitzsch committed May 24, 2019
1 parent cf1c780 commit 1ce9c24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -7,7 +7,7 @@
use Contao\System;
use HeimrichHannot\Blocks\BlockModuleModel;

class Hooks
class HookListener
{
/**
* exclude/include BlockModule by filter parameter
Expand Down Expand Up @@ -37,4 +37,4 @@ public function isBlockVisible(BlockModuleModel $block): bool

return true;
}
}
}
2 changes: 1 addition & 1 deletion src/Resources/config/listener.yml
Expand Up @@ -2,7 +2,7 @@ services:
huh.filter.listener.dca.callback.filterconfigelement:
class: HeimrichHannot\FilterBundle\EventListener\FilterConfigElementCallbackListener
huh.filter.listener.hooks:
class: HeimrichHannot\FilterBundle\EventListener\Hooks
class: HeimrichHannot\FilterBundle\EventListener\HookListener
huh.filter.listener.inserttag:
class: HeimrichHannot\FilterBundle\EventListener\InsertTagsListener
arguments:
Expand Down

0 comments on commit 1ce9c24

Please sign in to comment.