|
@@ -20,7 +20,7 @@ class RedirectAuthenticatedPro
|
|
|
$appSession = AppSession::where('session_key', $sessionKey)->first();
|
|
|
|
|
|
if($appSession && $appSession->is_active && $appSession->pro) {
|
|
|
- return redirect()->route('home');
|
|
|
+ return redirect()->route('dashboard');
|
|
|
}
|
|
|
|
|
|
return $next($request);
|