This commit is contained in:
2018-10-28 03:13:44 -05:00
parent d780664231
commit 5be7d67f76
2 changed files with 6 additions and 2 deletions

View File

@@ -2,8 +2,6 @@
use Illuminate\Database\Seeder;
use Illuminate\Support\Facades\DB;
use GuzzleHttp\Exception\GuzzleException;
use GuzzleHttp\Client;
class DatabaseSeeder extends Seeder
{

View File

@@ -1,6 +1,12 @@
<?php
use Illuminate\Database\Seeder;
use GuzzleHttp\Exception\GuzzleException;
use GuzzleHttp\Client;
use App\Models\Config;
use App\Models\Moon;
use App\Models\Price;
use App\Models\ItemComposition;
class OrePricesSeeder extends Seeder
{