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