Skip to content

Commit

Permalink
Fix missing parent call
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 30, 2020
1 parent 916c74e commit 8b1088d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Controller/Admin/BackendController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class BackendController extends AppController {
* @return void
*/
public function initialize(): void {
parent::initialize();

$this->viewBuilder()->setHelpers(['Tools.Time', 'Tools.Format', 'Tools.Progress']);
}

Expand Down

0 comments on commit 8b1088d

Please sign in to comment.