diff --git a/app/command/CalDealerTime.php b/app/command/CalDealerTime.php index 90ddd391..a41e9e2f 100644 --- a/app/command/CalDealerTime.php +++ b/app/command/CalDealerTime.php @@ -35,7 +35,6 @@ class CalDealerTime extends Command */ protected function execute(Input $input, Output $output) { - var_dump(111); $nowDay = date('Y-m-d'); $this->dealerUser($nowDay); $this->plusUser($nowDay);