Browse Source

修改类名称错误

loustwo 3 years ago
parent
commit
14f19e1bfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Middleware/LogPostRequest.php

+ 1 - 1
app/Http/Middleware/LogPostRequest.php

@@ -7,7 +7,7 @@ use App\Services\LogService;
 use Closure;
 use Illuminate\Support\Facades\Auth;
 
-class logsLogPostRequest
+class LogPostRequest
 {
     use ErrorPush;
     /**