refactor(middleware): update ban check middleware using deprecated method

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2022-10-15 19:37:43 +01:00
parent 8c7a1f2859
commit 5ff1b4532a
2 changed files with 13 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ class RouteServiceProvider extends ServiceProvider
*
* @var string
*/
public const HOME = '/home';
public const HOME = '/dashboard';
/**
* Define your route model bindings, pattern filters, etc.