Fix a bug where notifications are send because the end of the maintenance time is set

This commit is contained in:
Nico Stapelbroek
2018-01-21 13:35:30 +01:00
parent e358332048
commit 53142e2c93
2 changed files with 4 additions and 2 deletions

View File

@@ -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');
}
/**