Skip to content

Commit

Permalink
[Messenger] introduce async imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Jun 26, 2023
1 parent e2491d7 commit 5222843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public function registerBundlesToCollection(BundleCollection $collection)

public function boot()
{
\Pimcore::setKernel($this);

parent::boot();

\Pimcore::setKernel($this);
}
}

0 comments on commit 5222843

Please sign in to comment.