1 | <?php |
||
21 | class Settings extends Component |
||
22 | { |
||
23 | /** |
||
24 | * @param SettingsModel $settingsModel |
||
25 | * @return bool |
||
26 | * @throws \Throwable |
||
27 | */ |
||
28 | public function save(SettingsModel $settingsModel) |
||
41 | |||
42 | /** |
||
43 | * @return bool |
||
44 | * @throws \Throwable |
||
45 | */ |
||
46 | private function alterEnvironmentsColumn(): bool |
||
56 | } |
||
57 |