Skip to content

Commit

Permalink
stylo
Browse files Browse the repository at this point in the history
  • Loading branch information
arfenis committed Aug 2, 2024
1 parent 3706d3b commit 5bed7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domains/Inventory/Products/Models/Products.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public function addAttributes(UserInterface $user, array $attributes): void
$attributeModel = Attributes::getById((int) $attribute['id'], $this->app);
} else {
$attributesDto = AttributesDto::from([
'app' =>$this->app,
'app' => $this->app,
'user' => $user,
'company' => $this->product->company,
'name' => $attribute['name'],
Expand Down

0 comments on commit 5bed7c9

Please sign in to comment.