Skip to content

Commit

Permalink
Update RouteServiceProvider.php (laravel#5816)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Feb 15, 2022
1 parent 20b7e19 commit 376ed67
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ class RouteServiceProvider extends ServiceProvider
*/
public const HOME = '/home';

/**
* The controller namespace for the application.
*
* When present, controller route declarations will automatically be prefixed with this namespace.
*
* @var string|null
*/
// protected $namespace = 'App\\Http\\Controllers';

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

0 comments on commit 376ed67

Please sign in to comment.