Skip to content

Commit 2b50e3c

Browse files
authored
Merge pull request #172 from mbglytch/patch-1
Fixing warning on backoffice when runworker is running
2 parents 4e9311d + b28b774 commit 2b50e3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controller/Admin/QueueController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public function index() {
4949

5050
$this->set(compact('current', 'data', 'pendingDetails', 'status', 'tasks'));
5151
$this->helpers[] = 'Tools.Format';
52+
$this->helpers[] = 'Tools.Time';
5253
}
5354

5455
/**

0 commit comments

Comments
 (0)