add breaks to routes
This commit is contained in:
parent
d8f29bdafb
commit
fbd55c7718
2 changed files with 12 additions and 0 deletions
|
@ -72,6 +72,8 @@ return [
|
|||
|
||||
'current_trip_ignore' => explode(',', env('CURRENT_TRIP_IGNORE')),
|
||||
|
||||
'current_trip_break_locations' => explode(',', env('CURRENT_TRIP_BREAK_LOCATIONS')),
|
||||
|
||||
'past_trip_ids' => explode(',', env('PAST_TRIP_IDS')),
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue