debug change directory
This commit is contained in:
parent
e41955058b
commit
e5f6593537
|
@ -24,7 +24,7 @@ class StorageExtension extends Extension
|
|||
$loader->load('services.yaml');
|
||||
// $sLoader = new YamlFileLoader($container, new FileLocator('/config/packages/bluesquare'));
|
||||
// $sLoader->load('storage.yaml');
|
||||
dump($container->get('router')->getContext()->getBaseUrl()); die;
|
||||
dump($container->get('kernel')->getProjectDir()); die;
|
||||
$configuration = $this->getConfiguration($configs, $container);
|
||||
|
||||
$config = $this->processConfiguration($configuration, $configs);
|
||||
|
|
Loading…
Reference in New Issue