Commit fbd663c9 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3031 from GrahamCampbell/cs

CS Fixes
parents 4e5a1517 dfaa81c4
......@@ -14,4 +14,4 @@ class BasicAuthFilter {
return Auth::basic();
}
}
\ No newline at end of file
}
......@@ -13,7 +13,7 @@ class CsrfFilter {
* @param \Illuminate\Routing\Route $route
* @param \Illuminate\Http\Request $request
* @return void
*
*
* @throws \Illuminate\Session\TokenMismatchException
*/
public function filter(Route $route, Request $request)
......
......@@ -17,4 +17,4 @@ class GuestFilter {
}
}
}
\ No newline at end of file
}
......@@ -17,4 +17,4 @@ class MaintenanceFilter {
}
}
}
\ No newline at end of file
}
......@@ -28,4 +28,4 @@ class AppServiceProvider extends ServiceProvider {
//
}
}
\ No newline at end of file
}
......@@ -32,4 +32,4 @@ class ArtisanServiceProvider extends ServiceProvider {
return ['App\Console\InspireCommand'];
}
}
\ No newline at end of file
}
......@@ -37,4 +37,4 @@ class ErrorServiceProvider extends ServiceProvider {
//
}
}
\ No newline at end of file
}
......@@ -34,4 +34,4 @@ class FilterServiceProvider extends ServiceProvider {
'guest' => 'App\Http\Filters\GuestFilter',
];
}
\ No newline at end of file
}
......@@ -25,4 +25,4 @@ class LogServiceProvider extends ServiceProvider {
//
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment