@@ -18,22 +18,22 @@ |
||
18 | 18 | |
19 | 19 | // Inflectors |
20 | 20 | $container->inflector('Ps2alerts\Api\Contract\ConfigAwareInterface') |
21 | - ->invokeMethod('setConfig', ['config']); |
|
21 | + ->invokeMethod('setConfig', ['config']); |
|
22 | 22 | $container->inflector('Ps2alerts\Api\Contract\DatabaseAwareInterface') |
23 | - ->invokeMethod('setDatabaseDriver', ['Database']) |
|
24 | - ->invokeMethod('setDatabaseDataDriver', ['Database\Data']); |
|
23 | + ->invokeMethod('setDatabaseDriver', ['Database']) |
|
24 | + ->invokeMethod('setDatabaseDataDriver', ['Database\Data']); |
|
25 | 25 | $container->inflector('Ps2alerts\Api\Contract\LogAwareInterface') |
26 | - ->invokeMethod('setLogDriver', ['Monolog\Logger']); |
|
26 | + ->invokeMethod('setLogDriver', ['Monolog\Logger']); |
|
27 | 27 | $container->inflector('Ps2alerts\Api\Contract\TemplateAwareInterface') |
28 | - ->invokeMethod('setTemplateDriver', ['Twig_Environment']); |
|
28 | + ->invokeMethod('setTemplateDriver', ['Twig_Environment']); |
|
29 | 29 | $container->inflector('Ps2alerts\Api\Contract\RedisAwareInterface') |
30 | - ->invokeMethod('setRedisDriver', ['redis']); |
|
30 | + ->invokeMethod('setRedisDriver', ['redis']); |
|
31 | 31 | $container->inflector('Ps2alerts\Api\Contract\UuidAwareInterface') |
32 | - ->invokeMethod('setUuidDriver', ['Ramsey\Uuid\Uuid']); |
|
32 | + ->invokeMethod('setUuidDriver', ['Ramsey\Uuid\Uuid']); |
|
33 | 33 | |
34 | 34 | |
35 | 35 | // Container Inflector |
36 | 36 | $container->inflector('League\Container\ContainerAwareInterface') |
37 | - ->invokeMethod('setContainer', [$container]); |
|
37 | + ->invokeMethod('setContainer', [$container]); |
|
38 | 38 | |
39 | 39 | return $container; |