wugg 2 роки тому
батько
коміт
f3de066ac4
1 змінених файлів з 1 додано та 1 видалено
  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: