mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
Extended login time up to 3 months
This commit is contained in:
@@ -22,6 +22,15 @@ class UpgradingVersionsController
|
||||
) {
|
||||
}
|
||||
|
||||
public function upgrade_to_2_2_0_13(): void
|
||||
{
|
||||
setEnvironmentValue([
|
||||
'SESSION_LIFETIME' => 15120,
|
||||
]);
|
||||
|
||||
Artisan::call('config:clear');
|
||||
}
|
||||
|
||||
public function upgrade_to_2_2_0(): void
|
||||
{
|
||||
setEnvironmentValue([
|
||||
|
||||
Reference in New Issue
Block a user