sunhao преди 5 години
родител
ревизия
150dbcbbc0
променени са 2 файла, в които са добавени 175 реда и са изтрити 0 реда
  1. 174 0
      app/Console/Commands/SyncAdCost.php
  2. 1 0
      app/Console/Kernel.php

Файловите разлики са ограничени, защото са твърде много
+ 174 - 0
app/Console/Commands/SyncAdCost.php


+ 1 - 0
app/Console/Kernel.php

@@ -22,6 +22,7 @@ class Kernel extends ConsoleKernel {
22 22
         'App\Console\Commands\DisRoiByDayHistory',
23 23
         'App\Console\Commands\DisRoiByDay',
24 24
         'App\Console\Commands\DisRoiByDay30',
25
+        'App\Console\Commands\SyncAdCost',
25 26
         
26 27
     ];
27 28