Completed
Push — master ( 8e707c...9307a2 )
by Maarten
01:15
created
src/Http/Controllers/SchematicsController.php 1 patch
Unused Use Statements   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2,17 +2,17 @@
 block discarded – undo
2 2
 
3 3
 namespace Mtolhuys\LaravelSchematics\Http\Controllers;
4 4
 
5
-use Mtolhuys\LaravelSchematics\Services\RelationMapper;
6
-use Mtolhuys\LaravelSchematics\Services\ModelMapper;
7 5
 use Illuminate\Contracts\Routing\ResponseFactory;
8
-use Symfony\Component\HttpFoundation\Response;
9 6
 use Illuminate\Contracts\View\Factory;
10
-use Illuminate\Support\Facades\Schema;
11
-use Illuminate\Support\Facades\Cache;
12 7
 use Illuminate\Routing\Controller;
8
+use Illuminate\Support\Facades\Cache;
13 9
 use Illuminate\Support\Facades\DB;
10
+use Illuminate\Support\Facades\Schema;
14 11
 use Illuminate\View\View;
12
+use Mtolhuys\LaravelSchematics\Services\ModelMapper;
13
+use Mtolhuys\LaravelSchematics\Services\RelationMapper;
15 14
 use ReflectionException;
15
+use Symfony\Component\HttpFoundation\Response;
16 16
 
17 17
 class SchematicsController extends Controller
18 18
 {
Please login to merge, or discard this patch.