belongsTo('App\Models\Language'); } public function galleryCategory() { return $this->belongsTo('App\Models\GalleryManagement\GalleryCategory', 'gallery_category_id', 'id'); } }