Skip to content

Commit

Permalink
Format dmitrakovich code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrakovich authored and github-actions[bot] committed Jan 19, 2025
1 parent 8891931 commit 65f73d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Http/Resources/Product/StockResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function toArray(Request $request): array
'id' => $stock->id,
'name' => $stock->name,
'address' => $stock->address,
'sizes' => $this->getFormattedSizes(), //todo: array
'sizes' => $this->getFormattedSizes(), // todo: array
];
}
}

0 comments on commit 65f73d7

Please sign in to comment.