Merge branch 'develop' of github.com:laravel/laravel into develop

This commit is contained in:
Taylor Otwell 2014-09-22 20:22:19 -05:00
commit d45ff68f6d
7 changed files with 7 additions and 7 deletions

View File

@ -44,4 +44,4 @@ public function filter()
} }
} }
} }

View File

@ -44,4 +44,4 @@ public function filter()
} }
} }
} }

View File

@ -28,4 +28,4 @@ public function register()
// //
} }
} }

View File

@ -32,4 +32,4 @@ public function provides()
return ['App\Console\InspireCommand']; return ['App\Console\InspireCommand'];
} }
} }

View File

@ -37,4 +37,4 @@ public function register()
// //
} }
} }

View File

@ -34,4 +34,4 @@ class FilterServiceProvider extends ServiceProvider {
'guest' => 'App\Http\Filters\GuestFilter', 'guest' => 'App\Http\Filters\GuestFilter',
]; ];
} }

View File

@ -25,4 +25,4 @@ public function register()
// //
} }
} }