Skip to content

Commit 376ed67

Browse files
authored
Update RouteServiceProvider.php (laravel#5816)
1 parent 20b7e19 commit 376ed67

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

app/Providers/RouteServiceProvider.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ class RouteServiceProvider extends ServiceProvider
1919
*/
2020
public const HOME = '/home';
2121

22-
/**
23-
* The controller namespace for the application.
24-
*
25-
* When present, controller route declarations will automatically be prefixed with this namespace.
26-
*
27-
* @var string|null
28-
*/
29-
// protected $namespace = 'App\\Http\\Controllers';
30-
3122
/**
3223
* Define your route model bindings, pattern filters, etc.
3324
*

0 commit comments

Comments
 (0)