@@ -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; |
@@ -12,9 +12,9 @@ |
||
| 12 | 12 | protected $_records = null; |
| 13 | 13 | protected $_localCache; |
| 14 | 14 | |
| 15 | - /** |
|
| 16 | - * @return Record |
|
| 17 | - */ |
|
| 15 | + /** |
|
| 16 | + * @return Record |
|
| 17 | + */ |
|
| 18 | 18 | public function findOne($primary) |
| 19 | 19 | { |
| 20 | 20 | if (!$this->_records) { |