Re-add the $namespace property to the RouteServiceProvider

This commit is contained in:
Kevin MacMartin 2020-12-09 16:20:27 -05:00
parent ecda451890
commit 1c5c214e44
2 changed files with 841 additions and 468 deletions

View file

@ -10,6 +10,15 @@ use Illuminate\Support\Facades\Route;
class RouteServiceProvider extends ServiceProvider
{
/**
* This namespace is applied to your controller routes.
*
* In addition, it is set as the URL generator's root namespace.
*
* @var string
*/
protected $namespace = 'App\Http\Controllers';
/**
* The path to the "home" route for your application.
*

1300
composer.lock generated

File diff suppressed because it is too large Load diff