From e141dbddee138c79362f8433d2f2be6bcd07393e Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Mon, 4 May 2020 22:09:37 +0200 Subject: [PATCH] replaced static with self --- Classes/Package.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Package.php b/Classes/Package.php index 5a87b0f..87279d3 100644 --- a/Classes/Package.php +++ b/Classes/Package.php @@ -36,7 +36,7 @@ class Package extends BasePackage 'configurationManagerReady', function (ConfigurationManager $configurationManager) { $configurationManager->registerConfigurationType( - static::CONFIGURATION_TYPE_VALIDATION, + self::CONFIGURATION_TYPE_VALIDATION, ConfigurationManager::CONFIGURATION_PROCESSING_TYPE_DEFAULT, true );