Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gTerrusa committed Apr 10, 2023
2 parents 079a4ff + cbc2627 commit 73bee0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LaravelGoogleCalendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ public static function removeAttendeeFromRequest(Request $request): Google_Servi
if ($attendee['email'] === $request->attendee['email']) {
unset($attendees[$key]);
$attendees = array_values($attendees);

break;
}
}
Expand Down

0 comments on commit 73bee0b

Please sign in to comment.