Fix a bug where notifications are send because the end of the maintenance time is set
This commit is contained in:
@@ -115,7 +115,7 @@ class System implements SystemContract
|
||||
return true;
|
||||
}
|
||||
|
||||
return !$this->config->get('suppress_notifications_in_maintenance');
|
||||
return !$this->config->get('setting.suppress_notifications_in_maintenance');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user