@@ -13,10 +13,10 @@ |
||
13 | 13 | |
14 | 14 | class OrderService extends BaseService |
15 | 15 | { |
16 | - public function __construct(OrderRepository $order) |
|
17 | - { |
|
18 | - $this->repo = $order; |
|
19 | - } |
|
16 | + public function __construct(OrderRepository $order) |
|
17 | + { |
|
18 | + $this->repo = $order; |
|
19 | + } |
|
20 | 20 | |
21 | 21 | public function createAddress(array $attributes, $orderId) |
22 | 22 | { |