You've already forked symfony-billing
First commit
This commit is contained in:
28
BillingBundle/BillingBundle.php
Normal file
28
BillingBundle/BillingBundle.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: loann
|
||||
* Date: 28/02/19
|
||||
* Time: 15:27
|
||||
*/
|
||||
|
||||
|
||||
namespace Bluesquare\BillingBundle;
|
||||
|
||||
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||||
|
||||
class BillingBundle extends Bundle
|
||||
{
|
||||
public function build(ContainerBuilder $container)
|
||||
{
|
||||
parent::build($container);
|
||||
}
|
||||
|
||||
// public function getContainerExtension()
|
||||
// {
|
||||
// if (null === $this->extension)
|
||||
// $this->extension = new StorageExtension();
|
||||
// return $this->extension;
|
||||
// }
|
||||
}
|
||||
Reference in New Issue
Block a user