@@ -42,7 +42,7 @@ |
||
| 42 | 42 | { |
| 43 | 43 | $io = $this->di('interactor'); |
| 44 | 44 | |
| 45 | - if ([] === $tasks = $this->dueTasks()) { |
|
| 45 | + if ([] === $tasks = $this->dueTasks()) { |
|
| 46 | 46 | return $io->infoBgRed('No due tasks for now', true); |
| 47 | 47 | } |
| 48 | 48 | |