Skip to content
Snippets Groups Projects
Commit 104912cd authored by snipe's avatar snipe
Browse files

Added default logos to setting seeder

parent b103f724
No related branches found
No related tags found
No related merge requests found
......@@ -39,5 +39,12 @@ class SettingsSeeder extends Seeder
$user->locale = 'en';
$user->save();
}
// 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-lg.png'), 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