diff --git a/src/Kernel.php b/src/Kernel.php index 2e2ba14d..19a89cb8 100644 --- a/src/Kernel.php +++ b/src/Kernel.php @@ -25,8 +25,8 @@ public function registerBundlesToCollection(BundleCollection $collection) public function boot() { - \Pimcore::setKernel($this); - parent::boot(); + + \Pimcore::setKernel($this); } }