a few wording changes

This commit is contained in:
Taylor Otwell
2022-05-05 14:52:23 -05:00
parent 5c5a300bfd
commit 7216fa7e9a
4 changed files with 5 additions and 5 deletions

View File

@@ -13,14 +13,14 @@ class RouteServiceProvider extends ServiceProvider
/**
* The path to the "home" route for your application.
*
* This is used by Laravel authentication to redirect users after login.
* Typically, users are redirected here after authentication.
*
* @var string
*/
public const HOME = '/home';
/**
* Define your route model bindings, pattern filters, etc.
* Define your route model bindings, pattern filters, and other route configuration.
*
* @return void
*/