update laravel and js files

This commit is contained in:
Khoubza Younes
2020-12-10 13:55:46 +01:00
parent 3bd0365245
commit 13012ce31e
2 changed files with 1 additions and 1 deletions
@@ -18,7 +18,7 @@ final class FlasherToastrExtension extends Extension implements PrependExtension
public function load(array $configs, ContainerBuilder $container)
{
$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
$loader->load('services.yaml');
$loader->load('config.yaml');
$configuration = new Configuration();
$this->processConfiguration($configuration, $configs);