@@ -14,9 +14,9 @@ |
||
| 14 | 14 | * @link http://github.com/nfephp-org/posprint for the canonical source repository |
| 15 | 15 | */ |
| 16 | 16 | |
| 17 | +use Posprint\Graphics\Graphics; |
|
| 17 | 18 | use Posprint\Printers\DefaultPrinter; |
| 18 | 19 | use Posprint\Printers\PrinterInterface; |
| 19 | -use Posprint\Graphics\Graphics; |
|
| 20 | 20 | |
| 21 | 21 | final class Daruma extends DefaultPrinter implements PrinterInterface |
| 22 | 22 | { |