Skip to content

Commit

Permalink
Fix the config path
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhj committed Feb 28, 2022
1 parent b4be70f commit 21cc81d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ErdmannFreundeThemeToolboxExtension extends Extension
*/
public function load(array $configs, ContainerBuilder $container): void
{
$loader = new YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
$loader = new YamlFileLoader($container, new FileLocator(__DIR__.'/../../config'));
$loader->load('services.yml');
}
}

0 comments on commit 21cc81d

Please sign in to comment.