@@ -2,12 +2,12 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Jne; |
| 4 | 4 | |
| 5 | -use Jne\Contracts\CourierSystemInterface; |
|
| 5 | +use Jne\Collections\DeliveryOptionCollection; |
|
| 6 | 6 | use Jne\Collections\LocationCollection; |
| 7 | +use Jne\Contracts\CourierSystemInterface; |
|
| 8 | +use Jne\Contracts\Foundation\PackageInterface; |
|
| 7 | 9 | use Jne\Mappers\ArrayMappers\LocationMapper; |
| 8 | -use Jne\Collections\DeliveryOptionCollection; |
|
| 9 | 10 | use Jne\Mappers\HtmlMappers\DeliveryOptionHtmlMapper; |
| 10 | -use Jne\Contracts\Foundation\PackageInterface; |
|
| 11 | 11 | |
| 12 | 12 | class Jne implements CourierSystemInterface |
| 13 | 13 | { |