1 | <?php |
||
17 | class SchematicsController extends Controller |
||
18 | { |
||
19 | /** |
||
20 | * @return Factory|View |
||
21 | * @throws ReflectionException |
||
22 | */ |
||
23 | public function index() |
||
28 | |||
29 | /** |
||
30 | * @return ResponseFactory|\Illuminate\Http\Response|Response |
||
31 | */ |
||
32 | public function clearCache() |
||
38 | |||
39 | /** |
||
40 | * @param $table |
||
41 | * @return array |
||
42 | */ |
||
43 | public function details($table) |
||
49 | |||
50 | /** |
||
51 | * @param array $models |
||
52 | * @return array |
||
53 | * @throws ReflectionException |
||
54 | */ |
||
55 | public function modelsWithRelations(array $models = []): array |
||
74 | } |
||
75 |