diff --git a/Classes/Package.php b/Classes/Package.php index 83474ff..dd0dd7c 100644 --- a/Classes/Package.php +++ b/Classes/Package.php @@ -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'); diff --git a/License.txt b/License.txt index 2ffa411..8b9c3be 100644 --- a/License.txt +++ b/License.txt @@ -1,4 +1,4 @@ -Copyright (c) 2016 Ferdinand Kuhl +Copyright (c) 2021 Ferdinand Kuhl Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE.