mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 02:50:39 +00:00
Test mailgun connection before storing credentials into the app
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
namespace Support\Demo\Actions;
|
||||
|
||||
use ByteUnits\Metric;
|
||||
use Domain\Sharing\Resources\ShareResource;
|
||||
use Illuminate\Support\Str;
|
||||
use Domain\Files\Requests\UploadRequest;
|
||||
|
||||
|
||||
@@ -121,9 +121,10 @@ class UpgradingVersionsController
|
||||
public function upgrade_to_2_0_16(): void
|
||||
{
|
||||
($this->updateLanguageStrings)([
|
||||
'write_feedback' => 'Help Us Improve',
|
||||
'change_password' => 'Security & API',
|
||||
'shared.empty_shared' => "Nothing Shared Yet",
|
||||
'write_feedback' => 'Help Us Improve',
|
||||
'change_password' => 'Security & API',
|
||||
'shared.empty_shared' => 'Nothing Shared Yet',
|
||||
'admin_settings.others.default_storage' => 'Default Storage Space for User Accounts (in GB)',
|
||||
]);
|
||||
|
||||
Artisan::call('cache:clear');
|
||||
|
||||
Reference in New Issue
Block a user