mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-23 15:41:24 +00:00
Updated phpdoc
This commit is contained in:
@@ -92,8 +92,8 @@ class Cart {
|
|||||||
/**
|
/**
|
||||||
* Update the quantity of one row of the cart
|
* Update the quantity of one row of the cart
|
||||||
*
|
*
|
||||||
* @param string $rowId The rowid of the item you want to update
|
* @param string $rowId The rowid of the item you want to update
|
||||||
* @param integer|Array $qty New quantity of the item|Array of attributes to update
|
* @param integer|Array $attribute New quantity of the item|Array of attributes to update
|
||||||
* @return boolean
|
* @return boolean
|
||||||
*/
|
*/
|
||||||
public function update($rowId, $attribute)
|
public function update($rowId, $attribute)
|
||||||
|
|||||||
Reference in New Issue
Block a user