wugg il y a 2 ans
Parent
commit
f3de066ac4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/command/NowReportHandle.php

+ 1 - 1
app/command/NowReportHandle.php

@@ -53,7 +53,7 @@ class NowReportHandle extends Command
 
                     //
                     case 'D':
-                        $res = $this->C($info['start'], $info['end']);
+                        $res = $this->D($info['start'], $info['end']);
                         break;
 
                     default: