mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat: add champion role database
This commit is contained in:
17
database/seeders/ChampionRolesSeeder.php
Normal file
17
database/seeders/ChampionRolesSeeder.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace Database\Seeders;
|
||||
|
||||
use Illuminate\Database\Console\Seeds\WithoutModelEvents;
|
||||
use Illuminate\Database\Seeder;
|
||||
|
||||
class ChampionRolesSeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* Run the database seeds.
|
||||
*/
|
||||
public function run(): void
|
||||
{
|
||||
// TODO: http://cdn.merakianalytics.com/riot/lol/resources/latest/en-US/championrates.json
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user