Total Complexity | 3 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | trait AppSettingsTrait |
||
11 | { |
||
12 | // Save an individual setting into the database so that it can be modified from the hard coded setting |
||
13 | protected function saveSettings($key, $value) |
||
19 | } |
||
20 | |||
21 | // Array must be in the form of ['key' => 'value] in order to be properly updated |
||
22 | protected function saveArray($settingArray) |
||
30 |