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