add comment

This commit is contained in:
Taylor Otwell 2020-09-22 14:17:27 -05:00
parent d3353c9e9a
commit a6ca577839
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ class RouteServiceProvider extends ServiceProvider
/** /**
* The controller namespace for the application. * The controller namespace for the application.
* *
* When present, controller route declarations will automatically be prefixed with this namespace.
*
* @var string|null * @var string|null
*/ */
// protected $namespace = 'App\\Http\\Controllers'; // protected $namespace = 'App\\Http\\Controllers';