Skip to content

Commit

Permalink
Bugfix: typo in extension
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Apr 23, 2018
1 parent 7372aca commit 2ea563a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DI/DbalExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function loadConnectionConfiguration(): void
$builder->getDefinition($this->prefix('eventManager'))
->setAutowired(FALSE);
$builder->addDefinition($this->prefix('eventManager.debug'))
->setClass(DebugEventManager::class . [$this->prefix('@eventManager')]);
->setClass(DebugEventManager::class, [$this->prefix('@eventManager')]);
}
}

Expand Down

0 comments on commit 2ea563a

Please sign in to comment.