Add location ignoring
This commit is contained in:
parent
dbcfb12c52
commit
df6b311cc4
2 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,8 @@ return [
|
|||
|
||||
'current_trip_id' => env('CURRENT_TRIP_ID'),
|
||||
|
||||
'current_trip_ignore' => explode(',', env('CURRENT_TRIP_IGNORE')),
|
||||
|
||||
'past_trip_ids' => explode(',', env('PAST_TRIP_IDS')),
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue