Completed
Push — master ( 0a7784...c7e6f2 )
by
unknown
05:10
created
src/Abstractor/Eloquent/Relation/Translation.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Anavel\Crud\Abstractor\Eloquent\Relation\Traits\CheckRelationCompatibility;
5 5
 use Anavel\Crud\Contracts\Abstractor\Field;
6
-use App;
7
-use Illuminate\Http\Request;
8 6
 
9 7
 class Translation extends Relation
10 8
 {
Please login to merge, or discard this patch.
src/Contracts/Abstractor/Relation.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Anavel\Crud\Contracts\Abstractor;
3 3
 
4 4
 use Anavel\Crud\Abstractor\Exceptions\RelationException;
5
-use Illuminate\Http\Request;
6 5
 use Illuminate\Support\Collection;
7 6
 
8 7
 interface Relation
Please login to merge, or discard this patch.
src/Abstractor/Eloquent/Model.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,6 @@
 block discarded – undo
16 16
 use Anavel\Crud\Abstractor\Exceptions\AbstractorException;
17 17
 use Illuminate\Http\Request;
18 18
 use Illuminate\Support\Collection;
19
-use League\Flysystem\Adapter\Local;
20
-use League\Flysystem\Filesystem;
21 19
 
22 20
 class Model implements ModelAbstractorContract
23 21
 {
Please login to merge, or discard this patch.