Completed
Push — master ( efc908...2ccc8e )
by Jose Luis
03:00
created
src/Http/Controllers/Core/FieldsController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Hechoenlaravel\JarvisFoundation\Http\Controllers\Core;
4 4
 
5 5
 use Illuminate\Http\Request;
6
-use Hechoenlaravel\JarvisFoundation\Http\Requests;
7 6
 use Hechoenlaravel\JarvisFoundation\Http\Controllers\Controller;
8 7
 use Joselfonseca\LaravelApiTools\Traits\ResponderTrait;
9 8
 use Hechoenlaravel\JarvisFoundation\Traits\EntityManager;
Please login to merge, or discard this patch.
src/Http/Controllers/Core/TransitionController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Hechoenlaravel\JarvisFoundation\Http\Controllers\Core;
4 4
 
5 5
 use Hechoenlaravel\JarvisFoundation\Flows\Transition;
6
-use Illuminate\Http\Request;
7 6
 use Hechoenlaravel\JarvisFoundation\Flows\Flow;
8 7
 use Hechoenlaravel\JarvisFoundation\Flows\Step;
9 8
 use Hechoenlaravel\JarvisFoundation\Http\Requests;
Please login to merge, or discard this patch.
src/Http/Controllers/Core/FlowController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Hechoenlaravel\JarvisFoundation\Http\Controllers\Core;
4 4
 
5 5
 use Hechoenlaravel\JarvisFoundation\Flows\Transition;
6
-use Illuminate\Http\Request;
7 6
 use Hechoenlaravel\JarvisFoundation\Flows\Flow;
8 7
 use Hechoenlaravel\JarvisFoundation\Flows\Step;
9 8
 use Hechoenlaravel\JarvisFoundation\Http\Requests;
Please login to merge, or discard this patch.
src/UI/Field/EntityFieldPresenter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use DB;
6 6
 use Hechoenlaravel\JarvisFoundation\EntityGenerator\EntityModel;
7
-use Hechoenlaravel\JarvisFoundation\Field\FieldTypeInterface;
8 7
 
9 8
 
10 9
 /**
Please login to merge, or discard this patch.