mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 23:51:25 +00:00
Update CartItem.php
This commit is contained in:
@@ -247,7 +247,7 @@ class CartItem implements Arrayable, Jsonable
|
|||||||
*
|
*
|
||||||
* @param int|string $id
|
* @param int|string $id
|
||||||
*/
|
*/
|
||||||
public static function fromAttributes($id, string $name, Money $price, int $weight, array $options = []) : self
|
public static function fromAttributes(int|string $id, string $name, Money $price, int $qty, int $weight, array $options = []) : self
|
||||||
{
|
{
|
||||||
return new self($id, $name, $price, $weight, $options);
|
return new self($id, $name, $price, $weight, $options);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user