Fix a few comments for wording.

This commit is contained in:
Taylor Otwell 2014-11-19 19:59:36 -06:00
parent 994e099928
commit 2e0afb9bf1
1 changed files with 2 additions and 2 deletions

View File

@ -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