@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace CbCaio\Boletos\Models\Boletos\Base; |
3 | 3 | |
4 | -use CbCaio\Boletos\Generators\Barcode; |
|
5 | -use CbCaio\Boletos\Models\Bancos\Contracts\BancoInterface; |
|
6 | -use CbCaio\Boletos\Models\Beneficiario\Contracts\BeneficiarioInterface; |
|
7 | -use CbCaio\Boletos\Models\BoletoInfo\Contracts\BoletoInfoInterface; |
|
8 | -use CbCaio\Boletos\Models\Boletos\Contracts\BoletoInterface; |
|
9 | -use CbCaio\Boletos\Models\Pagador\Contracts\PagadorInterface; |
|
4 | +use CbCaio\Boletos\Generators\Barcode; |
|
5 | +use CbCaio\Boletos\Models\Bancos\Contracts\BancoInterface; |
|
6 | +use CbCaio\Boletos\Models\Beneficiario\Contracts\BeneficiarioInterface; |
|
7 | +use CbCaio\Boletos\Models\BoletoInfo\Contracts\BoletoInfoInterface; |
|
8 | +use CbCaio\Boletos\Models\Boletos\Contracts\BoletoInterface; |
|
9 | +use CbCaio\Boletos\Models\Pagador\Contracts\PagadorInterface; |
|
10 | 10 | |
11 | 11 | abstract class Boleto implements BoletoInterface |
12 | 12 | { |