Skip to content

Commit

Permalink
Automated Project Update Bot fixes from run 11-137198.
Browse files Browse the repository at this point in the history
  • Loading branch information
Project-Update-bot authored and WengerK committed Aug 20, 2024
1 parent 935cfbd commit 31ece0e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/TwigExtension/LocoExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ public function __construct(ConfigFactoryInterface $config_factory) {
*/
public function getFunctions() {
return [
new TwigFunction('loco_translate_export', [
$this, 'exportLink',
]),
new TwigFunction('loco_translate_export', $this->exportLink(...)),
];
}

Expand Down

0 comments on commit 31ece0e

Please sign in to comment.