Bläddra i källkod

V2boardStatistics: comply with psr-4 autoloading standard

Beta Soft 4 år sedan
förälder
incheckning
a49faf3e1f
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      app/Console/Commands/V2boardStatistics.php

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

@@ -9,7 +9,7 @@ use App\Models\StatOrder;
 use App\Models\ServerLog;
 use App\Models\ServerLog;
 use Illuminate\Support\Facades\DB;
 use Illuminate\Support\Facades\DB;
 
 
-class V2BoardStatistics extends Command
+class V2boardStatistics extends Command
 {
 {
     /**
     /**
      * The name and signature of the console command.
      * The name and signature of the console command.