fix to redirect request on dev controller

This commit is contained in:
2019-07-16 18:08:09 +02:00
parent 5453a69312
commit e08c583b72
4 changed files with 15 additions and 23 deletions

View File

@@ -18,11 +18,4 @@ class BillingBundle extends Bundle
{
parent::build($container);
}
// public function getContainerExtension()
// {
// if (null === $this->extension)
// $this->extension = new StorageExtension();
// return $this->extension;
// }
}