worked on the new onboarding steps
This commit is contained in:
@@ -58,5 +58,6 @@ class Kernel extends HttpKernel
|
||||
'guest' => \App\Http\Middleware\RedirectIfAuthenticated::class,
|
||||
'throttle' => \Illuminate\Routing\Middleware\ThrottleRequests::class,
|
||||
'checklogin' => \App\Http\Middleware\CheckLogin::class,
|
||||
'checkcurrentlylogged' => \App\Http\Middleware\CheckCurrentlyLoggedInUsers::class,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user