mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
Apply fixes from StyleCI
This commit is contained in:
@@ -21,7 +21,7 @@ class ChampionRolesSeeder extends Seeder
|
|||||||
$rolesExists = ChampionRoles::where('champion_id', $championId)->first();
|
$rolesExists = ChampionRoles::where('champion_id', $championId)->first();
|
||||||
$championExists = Champion::where('champion_id', $championId)->first();
|
$championExists = Champion::where('champion_id', $championId)->first();
|
||||||
|
|
||||||
if ( ! $championExists ) {
|
if (! $championExists) {
|
||||||
Log::info('Champion with ID ' . $championId . ' does not exist, skipping...');
|
Log::info('Champion with ID ' . $championId . ' does not exist, skipping...');
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user