mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
One more try for logo copying
Again, this might not work, but I cannot find snipe-logo-lg.png anywhere in the repo
This commit is contained in:
parent
6e8aaddb40
commit
0dd38c4a9b
|
@ -42,8 +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'), file_get_contents(public_path('uploads/snipe-logo.png')));
|
Storage::disk('public')->put(public_path('uploads/snipe-logo.png'), file_get_contents(public_path('img/demo/snipe-logo.png')));
|
||||||
Storage::disk('public')->put(public_path('img/demo/snipe-logo-lg.png'), file_get_contents(public_path('uploads/snipe-logo.png')));
|
Storage::disk('public')->put(public_path('uploads/snipe-logo-lg.png'), file_get_contents(public_path('img/demo/snipe-logo-lg.png')));
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue