From 9707c47a1c10eaeccf39d77e4b58a0f9fb1a9856 Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Wed, 6 Oct 2021 15:58:48 +0200 Subject: [PATCH] optimized Package.php --- Classes/Package.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Classes/Package.php b/Classes/Package.php index 5abc0ea..06bba5a 100644 --- a/Classes/Package.php +++ b/Classes/Package.php @@ -22,13 +22,14 @@ use Neos\Flow\Package\Package as NeosFlowPackagePackage; class Package extends NeosFlowPackagePackage { /** - * @param Bootstrap $bootstrap + * @inheritDoc */ public function boot(Bootstrap $bootstrap): void { parent::boot($bootstrap); $dispatcher = $bootstrap->getSignalSlotDispatcher(); + $dispatcher->connect( ConfigurationManager::class, 'configurationManagerReady',