Browse Source

Merge pull request #3780 from laravel/analysis-8LZ3WJ

Applied fixes from StyleCI
Taylor Otwell 8 years ago
parent
commit
e98a2708bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Kernel.php

+ 1 - 1
app/Http/Kernel.php

@@ -34,7 +34,7 @@ class Kernel extends HttpKernel
 
         'api' => [
             'throttle:60,1',
-            'bindings'
+            'bindings',
         ],
     ];