1 | <?php |
||
18 | trait SiteSettingAttributesTrait |
||
19 | { |
||
20 | /** |
||
21 | * Normalize site values from Body |
||
22 | * |
||
23 | * @return array|null |
||
24 | */ |
||
25 | protected function sitesSettingsFromBody() |
||
48 | |||
49 | /** |
||
50 | * @param array $config |
||
51 | * @return array |
||
52 | */ |
||
53 | protected function normalizeSiteConfig($config = []): array |
||
62 | } |
||
63 |