Completed
Push — master ( 072a4c...29b8f2 )
by Maarten
02:09
created
src/Http/Controllers/SchematicsController.php 1 patch
Unused Use Statements   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -2,16 +2,16 @@
 block discarded – undo
2 2
 
3 3
 namespace Mtolhuys\LaravelSchematics\Http\Controllers;
4 4
 
5
-use Mtolhuys\LaravelSchematics\Actions\GenerateRelation;
6
-use Mtolhuys\LaravelSchematics\Http\Requests\NewRelationRequest;
7
-use Mtolhuys\LaravelSchematics\Services\ModelMapper;
8
-use Mtolhuys\LaravelSchematics\Services\RelationMapper;
9 5
 use Illuminate\Contracts\View\Factory;
10
-use Illuminate\Support\Facades\Schema;
11
-use Illuminate\Support\Facades\Cache;
12 6
 use Illuminate\Routing\Controller;
7
+use Illuminate\Support\Facades\Cache;
13 8
 use Illuminate\Support\Facades\DB;
9
+use Illuminate\Support\Facades\Schema;
14 10
 use Illuminate\View\View;
11
+use Mtolhuys\LaravelSchematics\Actions\GenerateRelation;
12
+use Mtolhuys\LaravelSchematics\Http\Requests\NewRelationRequest;
13
+use Mtolhuys\LaravelSchematics\Services\ModelMapper;
14
+use Mtolhuys\LaravelSchematics\Services\RelationMapper;
15 15
 use ReflectionException;
16 16
 
17 17
 class SchematicsController extends Controller
Please login to merge, or discard this patch.