You've already forked symfony-storage
debug change directory
This commit is contained in:
@@ -18,6 +18,7 @@ class StorageExtension extends Extension
|
||||
*/
|
||||
public function load(array $configs, ContainerBuilder $container)
|
||||
{
|
||||
dump("configs => ", $configs); die;
|
||||
$loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../Ressources/config'));
|
||||
$loader->load('services.yaml');
|
||||
$configuration = $this->getConfiguration($configs, $container);
|
||||
|
||||
Reference in New Issue
Block a user