@@ -2,17 +2,17 @@ |
||
| 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 | { |