mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-01 20:05:59 +00:00
Disable account registering from disabled email provider
This commit is contained in:
@@ -117,7 +117,7 @@ class SettingsTest extends TestCase
|
||||
]);
|
||||
|
||||
Storage::assertExists(
|
||||
get_setting('app_logo')
|
||||
get_settings('app_logo')
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -194,7 +194,7 @@ class SetupWizardTest extends TestCase
|
||||
|
||||
collect(['app_logo', 'app_logo_horizontal', 'app_favicon'])
|
||||
->each(function ($file) {
|
||||
$path = get_setting($file);
|
||||
$path = get_settings($file);
|
||||
|
||||
$this->assertNotNull($path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user