Skip to content

Commit

Permalink
renamed yml to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
parijke committed Dec 4, 2023
1 parent 8b24fd3 commit bc7e8ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public function load(array $configs, ContainerBuilder $container): void
$config = $this->processConfiguration($configuration, $configs);

$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
$loader->load('services.yml');
$loader->load('security.yml');
$loader->load('services.yaml');
$loader->load('security.yaml');

$container->getDefinition('self_service.locale.request_stack_locale_provider')
->replaceArgument(1, $container->getParameter('default_locale'))
Expand Down

0 comments on commit bc7e8ba

Please sign in to comment.