Skip to content

Commit

Permalink
Fix a few comments for wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 20, 2014
1 parent 994e099 commit 2e0afb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e0afb9

Please sign in to comment.