Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
TitusKirch committed Oct 29, 2023
1 parent 98badf9 commit 5ccb560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/seeders/EventsGerolsteinSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public function runSamstagabendGruppenphase(): void
public function runSamstagabendTanzenGesang(): void
{
// check if event with name "Tanzen & Gesang" exists
$event = Event::where('name', 'Tanzen, Gesang')->first();
$event = Event::where('name', 'Tanzen & Gesang')->first();
if ($event) {
return;
}
Expand Down

0 comments on commit 5ccb560

Please sign in to comment.