Fix the target path to copy the demo logos in the database\seeds\SettingsSeeder.php. Also added the code that copies the demo logos to app\Console\Commands\ResetDemoSettings.php (#9571)

This commit is contained in:
Ivan Nieto Vivanco
2021-05-12 18:41:49 -05:00
committed by GitHub
parent a29ef73346
commit 6ed5dff1a5
2 changed files with 4 additions and 2 deletions
@@ -81,6 +81,8 @@ class ResetDemoSettings extends Command
$user->save();
}
\Storage::disk('local_public')->put('snipe-logo.png', file_get_contents(public_path('img/demo/snipe-logo.png')));
\Storage::disk('local_public')->put('snipe-logo-lg.png', file_get_contents(public_path('img/demo/snipe-logo-lg.png')));
}