belongsTo('App\Models\Shop\PriceFamily'); } public function scopeByFamily($query, $id) { return $query->where('price_family_id'); } }