Skip to content
Snippets Groups Projects
Commit 6e8aaddb authored by snipe's avatar snipe
Browse files

One more changes for settings seeder (this may not work)

parent 104912cd
Branches
No related tags found
No related merge requests found
...@@ -42,9 +42,8 @@ class SettingsSeeder extends Seeder ...@@ -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')));
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment