Skip to content

Commit 38d1d62

Browse files
committed
add missing }
1 parent 780cb31 commit 38d1d62

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

player-counter/database/Seeders/PlayerCounterSeeder.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function run(): void
2424
'game_query_id' => $minecraftQuery->id,
2525
]);
2626
} elseif (in_array('source', $tags)) {
27-
if($egg->name === 'Rust') {
27+
if ($egg->name === 'Rust') {
2828
$rustQuery = GameQuery::firstOrCreate(['query_type' => 'rust']);
2929

3030
EggGameQuery::firstOrCreate([
@@ -39,6 +39,7 @@ public function run(): void
3939
'game_query_id' => $sourceQuery->id,
4040
]);
4141
}
42+
}
4243
}
4344

4445
// @phpstan-ignore if.alwaysTrue

0 commit comments

Comments
 (0)