Skip to content

Commit

Permalink
Merge branch 'main' into feature/ID-204-post-trip-process
Browse files Browse the repository at this point in the history
# Conflicts:
#	app/Domain/Trip/Model/TripEvent.php
  • Loading branch information
JoeyRoeters committed Jan 16, 2024
2 parents 2f68c04 + f171521 commit d4a396b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Domain/Trip/Enum/TripEventEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ enum TripEventEnum: String
case CROSSED_LINE = 'crossed_line';
case COLLISION = 'collision';
case SPEEDING = 'speeding';
case TOO_SLOW = 'too_slow';
case HARSH_BRAKING = 'harsh braking';
case BREAKING_AND_GAS = 'breaking_and_gas';
case MISSED_GEAR = 'missed_gear';
Expand Down

0 comments on commit d4a396b

Please sign in to comment.