Fix #6661 - modify hooks to update timeshetet
[web.mtrack] / MTrack / CommitHookChangeEvent.php
index dd49598..3319a96 100644 (file)
@@ -18,4 +18,6 @@ class MTrackCommitHookChangeEvent {
   /** a hash value that will be consistent when being merged from multiple
    * repos */
   public $hash;
+  
+  public $branch; 
 }