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 Illuminate\Support\Facades\DB;
 use App\Models\ServerLog;
 use App\Models\ServerLog;
 
 
-class ResetTraffic extends Command
+class ResetServerLog extends Command
 {
 {
     /**
     /**
      * The name and signature of the console command.
      * The name and signature of the console command.