@@ -15,9 +15,9 @@ |
||
| 15 | 15 | * @link http://github.com/nfephp-org/posprint for the canonical source repository |
| 16 | 16 | */ |
| 17 | 17 | |
| 18 | +use InvalidArgumentException; |
|
| 18 | 19 | use Posprint\Connectors\ConnectorInterface; |
| 19 | 20 | use RuntimeException; |
| 20 | -use InvalidArgumentException; |
|
| 21 | 21 | |
| 22 | 22 | class File implements ConnectorInterface |
| 23 | 23 | { |
@@ -14,10 +14,10 @@ |
||
| 14 | 14 | * @link http://github.com/nfephp-org/posprint for the canonical source repository |
| 15 | 15 | */ |
| 16 | 16 | |
| 17 | +use InvalidArgumentException; |
|
| 17 | 18 | use Posprint\Connectors\ConnectorInterface; |
| 18 | 19 | use Posprint\Connectors\File; |
| 19 | 20 | use RuntimeException; |
| 20 | -use InvalidArgumentException; |
|
| 21 | 21 | |
| 22 | 22 | class Network extends File implements ConnectorInterface |
| 23 | 23 | { |