mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 01:51:02 -04:00
Fix login so that it redirects after migration
- Before it was going on to the home controller after migration, but the session had already been destroyed.
This commit is contained in:
committed by
Steve Ireland
parent
319205d2d6
commit
86b47c37c7
@@ -54,6 +54,7 @@ class Login extends BaseController
|
||||
set_time_limit(3600);
|
||||
|
||||
$migration->setNamespace('App')->latest();
|
||||
return redirect()->to('login');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user