debug change directory
This commit is contained in:
parent
9a42b07946
commit
6e23d8cf15
|
@ -42,7 +42,7 @@ class StorageExtension extends Extension
|
|||
|
||||
public function getAlias()
|
||||
{
|
||||
return ('bluesquare/storage');
|
||||
return ('bluesquare\\storage');
|
||||
// return parent::getAlias(); // TODO: Change the autogenerated stub
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,8 +11,6 @@ class StorageBundle extends Bundle
|
|||
public function build(ContainerBuilder $container)
|
||||
{
|
||||
parent::build($container);
|
||||
|
||||
$container->registerExtension(new StorageExtension());
|
||||
}
|
||||
|
||||
public function getContainerExtension()
|
||||
|
|
Loading…
Reference in New Issue