belongsToMany(Flights::class, 'trip_flights'); } /** * @return array */ public function toArray() { return [ 'id' => $this->id, 'name' => $this->name, ]; } }