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