This commit is contained in:
rico-vz
2024-06-22 16:45:28 +00:00
committed by GitHub Action
parent 87c0d4ca94
commit efa2a6cf54
3 changed files with 3 additions and 3 deletions

View File

@@ -5,8 +5,8 @@ namespace Database\Seeders;
use App\Models\Champion;
use Illuminate\Database\Seeder;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\Log;
use Illuminate\Support\Facades\Http;
use Illuminate\Support\Facades\Log;
class ChampionSeeder extends Seeder
{