getFares($this); return [ 'id' => $fare->id, 'code' => $fare->code, 'name' => $fare->name, 'capacity' => $fare->capacity, 'cost' => $fare->cost, 'price' => $fare->price, 'type' => $this->type, 'notes' => $this->notes, 'active' => $this->active, ]; } }