We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a49136 commit 09c1514Copy full SHA for 09c1514
app/Models/Material.php
@@ -58,7 +58,7 @@ public function deleteAfterDetachingStorageLocations(): ?bool
58
* organization_id: int,
59
* storage_locations?: array<int, array{
60
* remove?: bool,
61
- * storage_location_id: int,
+ * storage_location_id: numeric-string,
62
* material_status: string,
63
* stock?: ?int,
64
* remarks?: ?string
0 commit comments