belongsTo('Marketplace\Marketplace\Models\Category'); } /** * The reviews that belong to the marketplace. */ public function reviews(){ return $this->hasMany('Marketplace\Marketplace\Models\Review'); } }