Fix a few comments for wording.
This commit is contained in:
parent
994e099928
commit
2e0afb9bf1
|
@ -8,14 +8,14 @@ class RouteServiceProvider extends ServiceProvider {
|
|||
/**
|
||||
* This namespace is applied to the controller routes in your routes file.
|
||||
*
|
||||
* In addition, this is set as the URL generator's root namespace.
|
||||
* In addition, it is set as the URL generator's root namespace.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $namespace = 'App\Http\Controllers';
|
||||
|
||||
/**
|
||||
* Bootstrap any application services.
|
||||
* Define your route model bindings, pattern filters, etc.
|
||||
*
|
||||
* @param \Illuminate\Routing\Router $router
|
||||
* @return void
|
||||
|
|
Loading…
Reference in New Issue