1 | <?php |
||
13 | class SchematicsController extends Controller |
||
14 | { |
||
15 | /** |
||
16 | * @return Factory|View |
||
17 | * @throws ReflectionException |
||
18 | */ |
||
19 | public function index() |
||
25 | |||
26 | public function clearCache() |
||
32 | |||
33 | /** |
||
34 | * @param array $models |
||
35 | * @return array |
||
36 | * @throws ReflectionException |
||
37 | */ |
||
38 | private function modelsWithRelations(array $models): array |
||
53 | } |
||
54 |