Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 8955986

Browse files
authored
Added missing class variable definition.
1 parent dc4049e commit 8955986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/book/examples.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ class CacheListener implements ListenerAggregateInterface
171171
use ListenerAggregateTrait;
172172

173173
private $cache;
174+
private $listeners = [];
174175

175176
public function __construct(Cache $cache)
176177
{

0 commit comments

Comments
 (0)