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 1bd8f6a commit f37c4f0Copy full SHA for f37c4f0
Bundle/Extension/StrategyExtension.php
@@ -47,7 +47,6 @@ public function getFunctions()
47
new TwigFunction('admin_asset', [$this, 'asset']),
48
new TwigFunction('admin_clear_cache_api_url', [$this->adminStrategy, 'getClearCacheApiUrl']),
49
new TwigFunction('admin_hend_code', [$this->adminStrategy, 'getHendCode']),
50
- new TwigFunction('admin_hend_code', [$this->adminStrategy, 'getHendCode'])
51
];
52
}
53
0 commit comments