optimized Package.php
This commit is contained in:
parent
9c4138b4d1
commit
9707c47a1c
1 changed files with 2 additions and 1 deletions
|
@ -22,13 +22,14 @@ use Neos\Flow\Package\Package as NeosFlowPackagePackage;
|
||||||
class Package extends NeosFlowPackagePackage
|
class Package extends NeosFlowPackagePackage
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @param Bootstrap $bootstrap
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function boot(Bootstrap $bootstrap): void
|
public function boot(Bootstrap $bootstrap): void
|
||||||
{
|
{
|
||||||
parent::boot($bootstrap);
|
parent::boot($bootstrap);
|
||||||
|
|
||||||
$dispatcher = $bootstrap->getSignalSlotDispatcher();
|
$dispatcher = $bootstrap->getSignalSlotDispatcher();
|
||||||
|
|
||||||
$dispatcher->connect(
|
$dispatcher->connect(
|
||||||
ConfigurationManager::class,
|
ConfigurationManager::class,
|
||||||
'configurationManagerReady',
|
'configurationManagerReady',
|
||||||
|
|
Loading…
Reference in a new issue