Skip to content

Commit

Permalink
EM: Set this to TracyBlueScreenDebugger.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Apr 29, 2020
1 parent 38ca995 commit d87ca07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EntityManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public function init(): void
if ($this->connection === null) {
if (\class_exists(Debugger::class) === true) {
Debugger::getBlueScreen()->addPanel([TracyBlueScreenDebugger::class, 'render']);
TracyBlueScreenDebugger::setEntityManager($this);
}
$this->connection = ($manager = $this->dependencies->get())->getConnection();
$this->configuration = $manager->getConfiguration();
Expand Down

0 comments on commit d87ca07

Please sign in to comment.