diff --git a/src/DependencyInjection/Configurator.php b/src/DependencyInjection/Configurator.php index b2bb020622..942f38e9cb 100644 --- a/src/DependencyInjection/Configurator.php +++ b/src/DependencyInjection/Configurator.php @@ -22,4 +22,12 @@ protected function createLoader(): Loader return $this->loaderFactory->createLoader(); } + /** + * @return mixed[] + */ + protected function getDefaultParameters(): array + { + return []; + } + }