@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace ByTIC\Common\Controllers\Traits; |
| 4 | 4 | |
| 5 | 5 | use ByTIC\Common\Controllers\Traits\Models\HasModelLister; |
| 6 | -use Nip\Database\Query\Select as SelectQuery; |
|
| 7 | 6 | use Nip\Records\Record; |
| 8 | 7 | use Nip\Request; |
| 9 | 8 | use Nip\View; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use ByTIC\Common\Payments\Gateways\Providers\AbstractGateway\Message\PurchaseRequest; |
| 6 | 6 | use ByTIC\Common\Payments\Gateways\Providers\AbstractGateway\Message\RedirectResponse\RedirectTrait; |
| 7 | -use ByTIC\Common\Payments\Models\BillingRecord\Traits\RecordTrait as BillingRecord; |
|
| 8 | 7 | use ByTIC\Common\Payments\Models\BillingRecord\Traits\RecordTrait as BillingRecordTrait; |
| 9 | 8 | use ByTIC\Common\Payments\Models\Methods\Traits\RecordTrait; |
| 10 | 9 | use ByTIC\Common\Records\Records; |