Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JevgenijVisockij committed May 15, 2023
1 parent 13d6dcd commit 2823965
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ public function handle(GetAttributeForEditing $query): EditableAttribute

return new EditableAttribute(
$attributeId,
new AttributeGroupId($attribute->id_attribute_group),
new AttributeGroupId((int) $attribute->id_attribute_group),
$attribute->name,
$attribute->color,
$attribute->getAssociatedShops()
Expand Down

0 comments on commit 2823965

Please sign in to comment.