DRY up path (#5173)

This commit is contained in:
Taylor Otwell
2019-12-10 08:59:27 -06:00
committed by GitHub
parent f4b1dc6df0
commit 972f3cd283
7 changed files with 19 additions and 6 deletions

View File

@@ -16,6 +16,13 @@ class RouteServiceProvider extends ServiceProvider
*/
protected $namespace = 'App\Http\Controllers';
/**
* The path to the "home" route for your application.
*
* @var string
*/
public const HOME = '/home';
/**
* Define your route model bindings, pattern filters, etc.
*