Completed
Push — master ( ff59a6...d315c2 )
by Nekrasov
04:58
created
src/Queries/BaseQuery.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Models/ElementModel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.