|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* @remark :
|
|
|
|
* @name :AfterCount.php
|
|
|
|
* @name :AfterDayCount.php
|
|
|
|
* @author :lyh
|
|
|
|
* @method :post
|
|
|
|
* @time :2025/3/26 15:28
|
|
...
|
...
|
@@ -16,7 +16,7 @@ use Carbon\Carbon; |
|
|
|
use App\Models\HomeCount\AfterCount as AfterCountModel;
|
|
|
|
use Illuminate\Console\Command;
|
|
|
|
|
|
|
|
class AfterCount extends Command
|
|
|
|
class AfterDayCount extends Command
|
|
|
|
{
|
|
|
|
/**
|
|
|
|
* The name and signature of the console command.
|
...
|
...
|
|