mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
App check command
This commit is contained in:
@@ -60,4 +60,12 @@ class SystemConfig
|
||||
{
|
||||
return (bool) $this->config->get('restrictedMode');
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 10.0.0
|
||||
*/
|
||||
public function isCronEnabled(): bool
|
||||
{
|
||||
return !$this->config->get('cronDisabled');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user