php8 fixes
[web.mtrack] / MTrack / CommitHookChangeEvent.php
index 3319a96..112082e 100644 (file)
@@ -19,5 +19,9 @@ class MTrackCommitHookChangeEvent {
    * repos */
   public $hash;
   
-  public $branch; 
+  public $branch;
+  
+  var $changeby_id;
+  var $fileActions;
+  
 }