src/BenGorFile/SimpleBusBridgeBundle/BenGorFileSimpleBusDoctrineODMMongoDBBridgeBundle.php 1 location
|
@@ 24-39 (lines=16) @@
|
| 21 |
|
* |
| 22 |
|
* @author Beñat Espiña <[email protected]> |
| 23 |
|
*/ |
| 24 |
|
class BenGorFileSimpleBusDoctrineODMMongoDBBridgeBundle extends Bundle |
| 25 |
|
{ |
| 26 |
|
use DependentBenGorFileBundle; |
| 27 |
|
|
| 28 |
|
/** |
| 29 |
|
* {@inheritdoc} |
| 30 |
|
*/ |
| 31 |
|
public function build(ContainerBuilder $container) |
| 32 |
|
{ |
| 33 |
|
$this->checkDependencies([ |
| 34 |
|
'BenGorFileBundle', |
| 35 |
|
'BenGorFileDoctrineODMMongoDBBridgeBundle', |
| 36 |
|
'DoctrineMongoDBBundle', |
| 37 |
|
], $container); |
| 38 |
|
} |
| 39 |
|
} |
| 40 |
|
|
src/BenGorFile/SimpleBusBridgeBundle/BenGorFileSimpleBusDoctrineORMBridgeBundle.php 1 location
|
@@ 24-39 (lines=16) @@
|
| 21 |
|
* |
| 22 |
|
* @author Beñat Espiña <[email protected]> |
| 23 |
|
*/ |
| 24 |
|
class BenGorFileSimpleBusDoctrineORMBridgeBundle extends Bundle |
| 25 |
|
{ |
| 26 |
|
use DependentBenGorFileBundle; |
| 27 |
|
|
| 28 |
|
/** |
| 29 |
|
* {@inheritdoc} |
| 30 |
|
*/ |
| 31 |
|
public function build(ContainerBuilder $container) |
| 32 |
|
{ |
| 33 |
|
$this->checkDependencies([ |
| 34 |
|
'BenGorFileBundle', |
| 35 |
|
'BenGorFileDoctrineORMBridgeBundle', |
| 36 |
|
'DoctrineBundle', |
| 37 |
|
], $container); |
| 38 |
|
} |
| 39 |
|
} |
| 40 |
|
|