File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -156,12 +156,18 @@ public function run(): void
156
156
Please [consider sponsoring](https://github.com/cachethq/cachet?sponsor=1) the continued development of Cachet.
157
157
ABOUT;
158
158
$ appSettings ->name = 'Cachet v3.x Demo ' ;
159
+ $ appSettings ->refresh_rate = null ;
160
+ $ appSettings ->show_support = true ;
161
+ $ appSettings ->show_timezone = true ;
162
+ $ appSettings ->only_disrupted_days = false ;
159
163
$ appSettings ->save ();
160
164
161
165
$ customizationSettings = app (CustomizationSettings::class);
162
166
$ customizationSettings ->header = <<<'HTML'
163
167
<script src="https://cdn.usefathom.com/script.js" data-site="NQKCLYJJ" defer></script>
164
168
HTML;
169
+ $ customizationSettings ->footer = '' ;
170
+ $ customizationSettings ->stylesheet = '' ;
165
171
$ customizationSettings ->save ();
166
172
}
167
173
}
You can’t perform that action at this time.
0 commit comments