We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917e3bd commit 3c18f31Copy full SHA for 3c18f31
src/Controller/Admin/LoadHelperTrait.php
@@ -11,7 +11,7 @@ trait LoadHelperTrait {
11
*/
12
protected function loadHelpers(): void {
13
$helpers = [
14
- 'Time' => ['class' => 'Tools.Time', 'config' => ['engine' => 'Tools\Utility\FrozenTime']],
+ 'Tools.Time',
15
'Tools.Format',
16
'Tools.Text',
17
'Shim.Configure',
0 commit comments