Skip to content

Commit

Permalink
Merge pull request #60 from insane-code/feat/0.x-add-update-stock
Browse files Browse the repository at this point in the history
feat: add update stock
  • Loading branch information
jesusantguerrero authored Jul 2, 2024
2 parents 34bf3fe + 0edb45b commit 4c8aa71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Models/Product/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,8 @@ public static function updateProduct($data) {
}
return $product;
}

public function updateStock() {

}
}

0 comments on commit 4c8aa71

Please sign in to comment.