We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eef3ec6 + 2bd4814 commit 7944448Copy full SHA for 7944448
1 file changed
src/Commands/Lister.php
@@ -34,7 +34,7 @@ public function run(array $params)
34
{
35
helper('setting');
36
37
- if (setting('Tasks.logPerformance') === false) {
+ if (setting('Tasks.enabled') === false) {
38
CLI::write('WARNING: Task running is currently disabled.', 'red');
39
CLI::write('To re-enable tasks run: tasks:enable');
40
CLI::newLine();
0 commit comments