add commented code

This commit is contained in:
Taylor Otwell 2020-09-20 11:39:57 -05:00
parent c62a7c13bf
commit 69d0c504e3
1 changed files with 7 additions and 0 deletions

View File

@ -19,6 +19,13 @@ class RouteServiceProvider extends ServiceProvider
*/ */
public const HOME = '/home'; 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. * Define your route model bindings, pattern filters, etc.
* *