Skip to content

Commit

Permalink
Re-add addSubscribers line; remove unused 3rd parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Oct 24, 2024
1 parent f6bb0a7 commit 1b51392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Extensions/ExtensionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ protected function bootExtension(
EventManager $evm,
Configuration $configuration,
): void {
$extension->addSubscribers($evm, $em);

if (is_array($extension->getFilters())) {
foreach ($extension->getFilters() as $name => $filter) {
$configuration->addFilter($name, $filter);
Expand Down

0 comments on commit 1b51392

Please sign in to comment.