2 parents f5a1c2b + 31fdccf commit ed8bea9Copy full SHA for ed8bea9
1 file changed
DependencyInjection/KPhoenRulerZExtension.php
@@ -43,7 +43,7 @@ private function configureExecutors(YamlFileLoader $loader, array $config)
43
{
44
foreach ($this->supportedExecutors as $executor) {
45
if ($config['executors'][$executor]) {
46
- $loader-load(sprintf('executors/%s.yml', $executor));
+ $loader->load(sprintf('executors/%s.yml', $executor));
47
}
48
49
0 commit comments