Skip to content

Commit

Permalink
.yml => .yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Nikolaev committed Jan 17, 2019
1 parent 54b6ab9 commit 264b8c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DependencyInjection/DarvinConfigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function load(array $configs, ContainerBuilder $container)
// $config = $this->processConfiguration($configuration, $configs);

$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
$loader->load('configuration.yml');
$loader->load('parameter.yml');
$loader->load('configuration.yaml');
$loader->load('parameter.yaml');
}
}
File renamed without changes.
File renamed without changes.

0 comments on commit 264b8c7

Please sign in to comment.