Leverage HOME constant

This commit is contained in:
Shift
2023-01-07 18:47:55 +00:00
parent 7cf861b2eb
commit fffa817f80
2 changed files with 10 additions and 2 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.
*