Skip to content

Commit

Permalink
added to slow
Browse files Browse the repository at this point in the history
  • Loading branch information
seppe committed Jan 16, 2024
1 parent b2650f0 commit d1959d6
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_STOP_SHORT = 'breaking_stop_short';
case PERFECECT_BREAK = 'perfect_break';
Expand Down

0 comments on commit d1959d6

Please sign in to comment.