Total Complexity | 2 |
Total Lines | 45 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | final class ShipmentsCommand extends \ParcelValue\ApiClient\AbstractController |
||
10 | { |
||
11 | use \ParcelValue\ApiClient\Traits\ControllerApiTrait; |
||
12 | |||
13 | public function __construct() |
||
14 | { |
||
15 | parent::__construct(); |
||
16 | |||
17 | $this->repository = new ShipmentsRepository($this->outputLoader); |
||
18 | |||
19 | $this->validateApiConfig(); |
||
20 | } |
||
21 | |||
22 | public function create() |
||
54 | } |
||
55 | } |
||
56 |