Merge pull request #3091 from GrahamCampbell/patch-1
Fixed RouteServiceProvider docblocks
This commit is contained in:
commit
3a844756fe
|
@ -33,7 +33,7 @@ class RouteServiceProvider extends ServiceProvider {
|
||||||
*
|
*
|
||||||
* Register any model bindings or pattern based filters.
|
* Register any model bindings or pattern based filters.
|
||||||
*
|
*
|
||||||
* @param Router $router
|
* @param \Illuminate\Routing\Router $router
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function before(Router $router)
|
public function before(Router $router)
|
||||||
|
@ -44,6 +44,7 @@ public function before(Router $router)
|
||||||
/**
|
/**
|
||||||
* Define the routes for the application.
|
* Define the routes for the application.
|
||||||
*
|
*
|
||||||
|
* @param \Illuminate\Routing\Router $router
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function map(Router $router)
|
public function map(Router $router)
|
||||||
|
|
Loading…
Reference in New Issue