Skip to content

Commit

Permalink
Update LoadHelperTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 14, 2022
1 parent 917e3bd commit 3c18f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Admin/LoadHelperTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait LoadHelperTrait {
*/
protected function loadHelpers(): void {
$helpers = [
'Time' => ['class' => 'Tools.Time', 'config' => ['engine' => 'Tools\Utility\FrozenTime']],
'Tools.Time',
'Tools.Format',
'Tools.Text',
'Shim.Configure',
Expand Down

0 comments on commit 3c18f31

Please sign in to comment.