diff --git a/src/MySQLReplication/Event/Event.php b/src/MySQLReplication/Event/Event.php index 6e583a2..70199ec 100755 --- a/src/MySQLReplication/Event/Event.php +++ b/src/MySQLReplication/Event/Event.php @@ -34,6 +34,10 @@ class Event * @var RowEventService */ private $rowEventService; + /** + * @var Config + */ + private $config; /** * BinLogPack constructor.