Fix cost/code field #608
This commit is contained in:
parent
83a0007b7d
commit
3cd6c8ee82
@ -12,7 +12,7 @@ class Fare extends Resource
|
||||
'code' => $this->code,
|
||||
'name' => $this->name,
|
||||
'price' => $this->price,
|
||||
'cost' => $this->code,
|
||||
'cost' => $this->cost,
|
||||
'capacity' => $this->capacity,
|
||||
'notes' => $this->notes,
|
||||
'active' => $this->active,
|
||||
|
Loading…
Reference in New Issue
Block a user