Commit 3a844756 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3091 from GrahamCampbell/patch-1

Fixed RouteServiceProvider docblocks
parents 36e0014a 133b798c
......@@ -33,7 +33,7 @@ class RouteServiceProvider extends ServiceProvider {
*
* Register any model bindings or pattern based filters.
*
* @param Router $router
* @param \Illuminate\Routing\Router $router
* @return void
*/
public function before(Router $router)
......@@ -44,6 +44,7 @@ class RouteServiceProvider extends ServiceProvider {
/**
* Define the routes for the application.
*
* @param \Illuminate\Routing\Router $router
* @return void
*/
public function map(Router $router)
......
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