1 | <?php |
||
15 | class SchematicsController extends Controller |
||
16 | { |
||
17 | /** |
||
18 | * @return Factory|View |
||
19 | * @throws ReflectionException |
||
20 | */ |
||
21 | public function index() |
||
27 | |||
28 | public function clearCache() |
||
34 | |||
35 | public function details($table) |
||
41 | |||
42 | /** |
||
43 | * @param array $models |
||
44 | * @return array |
||
45 | * @throws ReflectionException |
||
46 | */ |
||
47 | private function modelsWithRelations(array $models): array |
||
62 | } |
||
63 |