mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Fixed RouteServiceProvider docblocks
This commit is contained in:
parent
bc593c17aa
commit
133b798cf5
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user