mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-23 09:40:39 +00:00
- send notification to native user when file request was sent via email
- updated mysql dump
This commit is contained in:
@@ -22,6 +22,13 @@ class UpgradingVersionsController
|
||||
) {
|
||||
}
|
||||
|
||||
public function upgrade_to_2_2_0(): void
|
||||
{
|
||||
setEnvironmentValue([
|
||||
'DB_MYSQLDUMP_PATH' => '/usr/bin',
|
||||
]);
|
||||
}
|
||||
|
||||
public function upgrade_to_2_1_2(): void
|
||||
{
|
||||
($this->updateLanguageStrings)([
|
||||
|
||||
Reference in New Issue
Block a user