File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 22
22
*/
23
23
class EventListener
24
24
{
25
- protected $ reader ;
26
-
27
25
/** @var MetaQueryFactory */
28
26
protected $ metaQueryFactory ;
29
27
@@ -32,9 +30,8 @@ class EventListener
32
30
/** @var SplObjectStorage */
33
31
protected $ lastTouchedResults ;
34
32
35
- public function __construct (Reader $ reader , MetaQueryFactory $ metaQueryFactory , $ debug )
33
+ public function __construct (MetaQueryFactory $ metaQueryFactory , $ debug )
36
34
{
37
- $ this ->reader = $ reader ;
38
35
$ this ->metaQueryFactory = $ metaQueryFactory ;
39
36
$ this ->debug = $ debug ;
40
37
$ this ->lastTouchedResults = new SplObjectStorage ();
Original file line number Diff line number Diff line change 22
22
</service >
23
23
24
24
<service id =" Webfactory\Bundle\WfdMetaBundle\Caching\EventListener" >
25
- <argument type =" service" id =" annotation_reader" />
26
25
<argument type =" service" id =" Webfactory\Bundle\WfdMetaBundle\MetaQueryFactory" />
27
26
<argument >%kernel.debug%</argument >
28
27
You can’t perform that action at this time.
0 commit comments