Skip to content

Commit

Permalink
add commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 20, 2020
1 parent c62a7c1 commit 69d0c50
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ class RouteServiceProvider extends ServiceProvider
*/
public const HOME = '/home';

/**
* The controller namespace for the application.
*
* @var string|null
*/
// protected $namespace = 'App\\Http\\Controllers';

/**
* Define your route model bindings, pattern filters, etc.
*
Expand Down

0 comments on commit 69d0c50

Please sign in to comment.