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