Skip to content

Commit 62493a2

Browse files
committed
missing attr
1 parent ee037c6 commit 62493a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/MySQLReplication/Event/Event.php

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ class Event
3434
* @var RowEventService
3535
*/
3636
private $rowEventService;
37+
/**
38+
* @var Config
39+
*/
40+
private $config;
3741

3842
/**
3943
* BinLogPack constructor.

0 commit comments

Comments
 (0)