belongsToMany(Trips::class, 'trip_flights'); } public function toArray() { return [ 'id' => $this->id, 'destination' => $this->destination, ]; } }