Class literal instead of string and updating copyright
This commit is contained in:
parent
27bfb049f3
commit
6b3f24b0ee
2 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ class Package extends BasePackage
|
|||
|
||||
$dispatcher = $bootstrap->getSignalSlotDispatcher();
|
||||
$dispatcher->connect(
|
||||
'Neos\Flow\Configuration\ConfigurationManager',
|
||||
ConfigurationManager::class,
|
||||
'configurationManagerReady',
|
||||
function (ConfigurationManager $configurationManager) {
|
||||
$configurationManager->registerConfigurationType('Menu');
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2016 Ferdinand Kuhl <f.kuhl@digital-competence.de>
|
||||
Copyright (c) 2021 Ferdinand Kuhl <f.kuhl@digital-competence.de>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
Loading…
Reference in a new issue