root 5 年之前
父节点
当前提交
c2d090be5a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Console/Commands/ResetServerLog.php

+ 1 - 1
app/Console/Commands/ResetServerLog.php

@@ -6,7 +6,7 @@ use Illuminate\Console\Command;
 use Illuminate\Support\Facades\DB;
 use App\Models\ServerLog;
 
-class ResetTraffic extends Command
+class ResetServerLog extends Command
 {
     /**
      * The name and signature of the console command.