mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat: start champ role seeder
This commit is contained in:
@@ -13,5 +13,7 @@ class ChampionRolesSeeder extends Seeder
|
||||
public function run(): void
|
||||
{
|
||||
// TODO: http://cdn.merakianalytics.com/riot/lol/resources/latest/en-US/championrates.json
|
||||
$roleDataUrl = 'http://cdn.merakianalytics.com/riot/lol/resources/latest/en-US/championrates.json';
|
||||
$roleData = json_decode(file_get_contents($roleDataUrl), true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user