mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
One more changes for settings seeder (this may not work)
This commit is contained in:
parent
104912cdf3
commit
6e8aaddb40
|
@ -42,9 +42,8 @@ class SettingsSeeder extends Seeder
|
||||||
|
|
||||||
|
|
||||||
// Copy the logos from the img/demo directory
|
// Copy the logos from the img/demo directory
|
||||||
Storage::disk('public')->put(public_path('img/demo/snipe-logo.png'), public_path('uploads/snipe-logo.png'));
|
Storage::disk('public')->put(public_path('img/demo/snipe-logo.png'), file_get_contents(public_path('uploads/snipe-logo.png')));
|
||||||
Storage::disk('public')->put(public_path('img/demo/snipe-logo-lg.png'), public_path('uploads/snipe-logo.png'));
|
Storage::disk('public')->put(public_path('img/demo/snipe-logo-lg.png'), file_get_contents(public_path('uploads/snipe-logo.png')));
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue