Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Nov 19, 2016
1 parent 60c9e00 commit b2528a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ protected function loadMigrationsFrom($paths)
*/
protected function loadRoutesFrom($path)
{
if (!$this->app->routesAreCached()) {
if (! $this->app->routesAreCached()) {
require $path;
}
}
Expand Down

0 comments on commit b2528a5

Please sign in to comment.