src/BenGorUser/SimpleBusBridgeBundle/SimpleBusDoctrineODMMongoDBBridgeBundle.php 1 location
|
@@ 27-40 (lines=14) @@
|
24 |
|
* |
25 |
|
* @author Beñat Espiña <[email protected]> |
26 |
|
*/ |
27 |
|
class SimpleBusDoctrineODMMongoDBMBridgeBundle extends Bundle |
28 |
|
{ |
29 |
|
use DependentBenGorUserBundle; |
30 |
|
|
31 |
|
/** |
32 |
|
* {@inheritdoc} |
33 |
|
*/ |
34 |
|
public function build(ContainerBuilder $container) |
35 |
|
{ |
36 |
|
$this->checkDependencies([ |
37 |
|
'BenGorUserBundle','DoctrineODMMongoDBBridgeBundle', 'DoctrineMongoDBBundle', |
38 |
|
], $container); |
39 |
|
} |
40 |
|
} |
41 |
|
|
src/BenGorUser/SimpleBusBridgeBundle/SimpleBusDoctrineORMBridgeBundle.php 1 location
|
@@ 27-38 (lines=12) @@
|
24 |
|
* |
25 |
|
* @author Beñat Espiña <[email protected]> |
26 |
|
*/ |
27 |
|
class SimpleBusDoctrineORMBridgeBundle extends Bundle |
28 |
|
{ |
29 |
|
use DependentBenGorUserBundle; |
30 |
|
|
31 |
|
/** |
32 |
|
* {@inheritdoc} |
33 |
|
*/ |
34 |
|
public function build(ContainerBuilder $container) |
35 |
|
{ |
36 |
|
$this->checkDependencies(['BenGorUserBundle', 'DoctrineORMBridgeBundle', 'DoctrineBundle'], $container); |
37 |
|
} |
38 |
|
} |
39 |
|
|