Commit 2e0afb9b authored by Taylor Otwell's avatar Taylor Otwell

Fix a few comments for wording.

parent 994e0999
...@@ -8,14 +8,14 @@ class RouteServiceProvider extends ServiceProvider { ...@@ -8,14 +8,14 @@ class RouteServiceProvider extends ServiceProvider {
/** /**
* This namespace is applied to the controller routes in your routes file. * 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 * @var string
*/ */
protected $namespace = 'App\Http\Controllers'; protected $namespace = 'App\Http\Controllers';
/** /**
* Bootstrap any application services. * Define your route model bindings, pattern filters, etc.
* *
* @param \Illuminate\Routing\Router $router * @param \Illuminate\Routing\Router $router
* @return void * @return void
......
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