shish 3 anni fa
parent
commit
48b795ebcb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      console/controllers/ClearController.php

+ 1 - 1
console/controllers/ClearController.php

@@ -32,7 +32,7 @@ class ClearController extends Controller
                 if (!empty($purchaseIds)) {
                 if (!empty($purchaseIds)) {
                     PurchaseClass::updateByIds($purchaseIds, ['clearTime' => $payTime]);
                     PurchaseClass::updateByIds($purchaseIds, ['clearTime' => $payTime]);
                 }
                 }
-                echo '-----------------\n';
+                echo "-----------------\n";
             }
             }
         }
         }