style: apply fixes from styleci

This commit is contained in:
Rico
2023-11-07 13:17:39 +01:00
committed by GitHub

View File

@@ -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;
} }