mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
dashboard app bar refactored
This commit is contained in:
@@ -117,4 +117,13 @@ class UpgradingVersionsController
|
||||
|
||||
Artisan::call('cache:clear');
|
||||
}
|
||||
|
||||
public function upgrade_to_2_0_16(): void
|
||||
{
|
||||
($this->updateLanguageStrings)([
|
||||
'write_feedback' => 'Help Us Improve',
|
||||
]);
|
||||
|
||||
Artisan::call('cache:clear');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user