Update StatusLabelService, change config key

This commit is contained in:
Daniel Supernault 2021-01-28 18:42:15 -07:00
parent abe9cb3db0
commit 4abfe76a49
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -12,7 +12,7 @@ class StatusLabelService
public static function get(Status $status)
{
if(config('instance.label.covid') == false || !$status) {
if(config('instance.label.covid.enabled') == false || !$status) {
return [
'covid' => false
];