@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use BadMethodCallException; |
| 7 | 7 | use Bitrix\Main\Data\Cache; |
| 8 | 8 | use Closure; |
| 9 | -use CPHPCache; |
|
| 10 | 9 | use Illuminate\Pagination\Paginator; |
| 11 | 10 | use Illuminate\Pagination\LengthAwarePaginator; |
| 12 | 11 | use Illuminate\Support\Collection; |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Arrilot\BitrixModels\Models; |
| 4 | 4 | |
| 5 | -use Arrilot\BitrixModels\Exceptions\ExceptionFromBitrix; |
|
| 6 | 5 | use Arrilot\BitrixModels\Queries\ElementQuery; |
| 7 | 6 | use CIBlock; |
| 8 | 7 | use Illuminate\Support\Collection; |