@@ -6,34 +6,34 @@ parameters:
6
6
bobv.entityhistory.entities : {}
7
7
8
8
services :
9
- BobV \EntityHistoryBundle\Configuration\HistoryConfiguration :
9
+ Bobv \EntityHistoryBundle\Configuration\HistoryConfiguration :
10
10
arguments :
11
11
- " @service_container"
12
12
calls :
13
13
- [injectVars, [ "%bobv.entityhistory.table_prefix%", "%bobv.entityhistory.table_suffix%", "%bobv.entityhistory.revision_field_name%", "%bobv.entityhistory.revision_type_field_name%", "%bobv.entityhistory.entities%", "%bobv.entityhistory.deleted_at_field%", "%bobv.entityhistory.deleted_by_field%", "%bobv.entityhistory.deleted_by_method%" ]]
14
14
15
15
bobv.entityhistory.configuration :
16
- alias : BobV \EntityHistoryBundle\Configuration\HistoryConfiguration
16
+ alias : Bobv \EntityHistoryBundle\Configuration\HistoryConfiguration
17
17
18
- BobV \EntityHistoryBundle\EventSubscriber\CreateSchemaSubscriber :
18
+ Bobv \EntityHistoryBundle\EventSubscriber\CreateSchemaSubscriber :
19
19
arguments :
20
20
- " @bobv.entityhistory.configuration"
21
21
22
22
bobv.entityhistory.create_schema_subscriber :
23
- alias : BobV \EntityHistoryBundle\EventSubscriber\CreateSchemaSubscriber
23
+ alias : Bobv \EntityHistoryBundle\EventSubscriber\CreateSchemaSubscriber
24
24
25
- BobV \EntityHistoryBundle\EventSubscriber\LogHistorySubscriber :
25
+ Bobv \EntityHistoryBundle\EventSubscriber\LogHistorySubscriber :
26
26
arguments :
27
27
- " @bobv.entityhistory.configuration"
28
28
29
29
bobv.entityhistory.log_history_subscriber :
30
- alias : BobV \EntityHistoryBundle\EventSubscriber\LogHistorySubscriber
30
+ alias : Bobv \EntityHistoryBundle\EventSubscriber\LogHistorySubscriber
31
31
32
- BobV \EntityHistoryBundle\Reader\HistoryReader :
32
+ Bobv \EntityHistoryBundle\Reader\HistoryReader :
33
33
lazy : true
34
34
arguments :
35
35
- " @doctrine.orm.entity_manager"
36
36
- " @bobv.entityhistory.configuration"
37
37
38
38
bobv.entitybundle.history_reader :
39
- alias : BobV \EntityHistoryBundle\Reader\HistoryReader
39
+ alias : Bobv \EntityHistoryBundle\Reader\HistoryReader
0 commit comments