Apply the Laravel code style

This commit is contained in:
Shift
2024-03-18 17:55:33 +00:00
parent 2541825a1d
commit d6546026a6

View File

@@ -25,6 +25,7 @@ class ChampionRolesSeeder extends Seeder
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;
} }