Commit 133b798c authored by Graham Campbell's avatar Graham Campbell

Fixed RouteServiceProvider docblocks

parent bc593c17
......@@ -28,7 +28,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)
......@@ -39,6 +39,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