Skip to content

Instantly share code, notes, and snippets.

@GimmyHchs
GimmyHchs / AdjustmentOrderService.php
Last active July 2, 2019 05:51
Laravel ORM gists
<?php
/**
* 取得含有費用調整order集合.
*
* @param string $orderNo
*
* @return AdjustmentOrderCollection
*/
public function fetchOrders($orderNo = null)
{