belongsTo(Category::class); } public function destination() { return $this->hasMany(Destination::class); } }