Apply fixes from StyleCI

This commit is contained in:
Rico
2023-11-07 12:16:58 +00:00
committed by StyleCI Bot
parent ab15e38ac0
commit 8479bee7c3

View File

@@ -21,7 +21,7 @@ class ChampionRolesSeeder extends Seeder
$rolesExists = ChampionRoles::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...');
continue;
}