Skip to content

Commit ed8bea9

Browse files
committed
Merge pull request #1 from cmnty-peterm/patch-1
Incorrect syntax to call load from $loader
2 parents f5a1c2b + 31fdccf commit ed8bea9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DependencyInjection/KPhoenRulerZExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ private function configureExecutors(YamlFileLoader $loader, array $config)
4343
{
4444
foreach ($this->supportedExecutors as $executor) {
4545
if ($config['executors'][$executor]) {
46-
$loader-load(sprintf('executors/%s.yml', $executor));
46+
$loader->load(sprintf('executors/%s.yml', $executor));
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)