@@ -9,8 +9,8 @@ |
||
| 9 | 9 | * e estabelecimento |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -use Posprint\Printers\PrinterInterface; |
|
| 13 | 12 | use InvalidArgumentException; |
| 13 | +use Posprint\Printers\PrinterInterface; |
|
| 14 | 14 | |
| 15 | 15 | class DanfcePos |
| 16 | 16 | { |
@@ -13,12 +13,10 @@ |
||
| 13 | 13 | * @link http://github.com/nfephp-org/posprint for the canonical source repository |
| 14 | 14 | */ |
| 15 | 15 | |
| 16 | -use Posprint\Graphics\Basic; |
|
| 17 | -use Endroid\QrCode\ErrorCorrectionLevel; |
|
| 18 | -use Endroid\QrCode\Writer\PngWriter; |
|
| 19 | 16 | use Com\Tecnick\Barcode\Barcode; |
| 20 | -use RuntimeException; |
|
| 21 | 17 | use InvalidArgumentException; |
| 18 | +use Posprint\Graphics\Basic; |
|
| 19 | +use RuntimeException; |
|
| 22 | 20 | |
| 23 | 21 | class Graphics extends Basic |
| 24 | 22 | { |
@@ -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; |
|
| 18 | +use Posprint\Graphics\Graphics; |
|
| 17 | 19 | use Posprint\Printers\DefaultPrinter; |
| 18 | 20 | use Posprint\Printers\PrinterInterface; |
| 19 | -use Posprint\Graphics\Graphics; |
|
| 20 | -use InvalidArgumentException; |
|
| 21 | 21 | use RuntimeException; |
| 22 | 22 | |
| 23 | 23 | class Bematech extends DefaultPrinter implements PrinterInterface |