Преглед изворни кода

Set LoggableListener more friendly for inheritance

Corrupt пре 13 година
родитељ
комит
dce5ac9174
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      lib/Gedmo/Loggable/LoggableListener.php

+ 2 - 2
lib/Gedmo/Loggable/LoggableListener.php

@@ -49,7 +49,7 @@ class LoggableListener extends MappedEventSubscriber
      *
      * @var array
      */
-    private $pendingLogEntryInserts = array();
+    protected $pendingLogEntryInserts = array();
 
     /**
      * For log of changed relations we use
@@ -59,7 +59,7 @@ class LoggableListener extends MappedEventSubscriber
      *
      * @var array
      */
-    private $pendingRelatedObjects = array();
+    protected $pendingRelatedObjects = array();
 
     /**
      * Set username for identification