Updated php doc
This commit is contained in:
parent
0f4da65937
commit
06803fa866
|
|
@ -302,6 +302,7 @@ class OrderRepository extends Repository
|
|||
* Update order status.
|
||||
*
|
||||
* @param \Webkul\Sales\Contracts\Order $order
|
||||
* @param string $orderState
|
||||
* @return void
|
||||
*/
|
||||
public function updateOrderStatus($order, $orderState = null)
|
||||
|
|
|
|||
Loading…
Reference in New Issue