Loading src/Service/Interfaces/Order/ShopifyServiceInterface.php +1 −3 Original line number Diff line number Diff line Loading @@ -9,9 +9,7 @@ namespace Meibuyu\Micro\Service\Interfaces\Order; use phpDocumentor\Reflection\Types\Void_; interface ShopifyServiceInterface { public function pushOrder($topic, $json); public function pushOrder($topic, $array, $shopifySiteId); } Loading
src/Service/Interfaces/Order/ShopifyServiceInterface.php +1 −3 Original line number Diff line number Diff line Loading @@ -9,9 +9,7 @@ namespace Meibuyu\Micro\Service\Interfaces\Order; use phpDocumentor\Reflection\Types\Void_; interface ShopifyServiceInterface { public function pushOrder($topic, $json); public function pushOrder($topic, $array, $shopifySiteId); }