'required', ]; /** * any foreign keys */ /* public function subfleets() { return $this->belongsToMany(Subfleet::class, 'subfleet_fare') ->withPivot('price', 'cost', 'capacity'); } */ }