We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e5b01 commit eeeabd9Copy full SHA for eeeabd9
src/Config/DomainConfig.php
@@ -37,7 +37,7 @@ public function getExecutable(): string
37
38
public function isEnabled(): bool
39
{
40
- return $this->config->get('gotask.enabled', false);
+ return $this->config->get('gotask.enable', false) || $this->config->get('gotask.enabled', false);
41
}
42
43
public function getAddress(): string
0 commit comments