Browse Source

Merge pull request #4693 from laravel/analysis-8PAgMA

Apply fixes from StyleCI
Taylor Otwell 5 years ago
parent
commit
d4e1b931dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Middleware/VerifyCsrfToken.php

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

@@ -14,7 +14,7 @@ class VerifyCsrfToken extends Middleware
     protected $except = [
         //
     ];
-    
+
     /**
      * Indicates whether the XSRF-TOKEN cookie should be set on the response.
      *