add contract for order parse
This commit is contained in:
@@ -9,7 +9,7 @@ use App\Model\Company;
|
||||
use App\Model\Model as Entity;
|
||||
use App\Model\Product;
|
||||
use App\Model\Store;
|
||||
use App\Entity\Parse\EntityParse;
|
||||
use App\Platform\AbstractOrderParse;
|
||||
use App\Constants\PaymentMethod;
|
||||
use App\Constants\OrderType;
|
||||
use Carbon\Carbon;
|
||||
@@ -21,7 +21,7 @@ use InvalidArgumentException;
|
||||
*
|
||||
* 展示如何继承 EntityParse 实现自定义解析逻辑
|
||||
*/
|
||||
class Order extends EntityParse
|
||||
class Order extends AbstractOrderParse
|
||||
{
|
||||
/**
|
||||
* 公司作用域匹配
|
||||
|
||||
Reference in New Issue
Block a user