close #782 Enhancement: Schedule Time configuration change

This commit is contained in:
cuneytsenturk
2019-03-07 16:41:14 +03:00
parent 8b0a1a5034
commit 46decc1250
7 changed files with 56 additions and 10 deletions

View File

@ -188,6 +188,9 @@ class Settings extends Controller
case 'session_handler':
Installer::updateEnv(['SESSION_DRIVER' => $value]);
break;
case 'schedule_time':
Installer::updateEnv(['APP_SCHEDULE_TIME' => '"' . $value . '"']);
break;
}
}
}