Skip to content

Commit

Permalink
chore: πŸ”§ πŸ”¨ rename url function
Browse files Browse the repository at this point in the history
  • Loading branch information
woldtwerk committed Jul 30, 2024
1 parent 3742a36 commit 61aba01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function getFunctions() {
new TwigFunction('buttons', [$this, 'getButtons']),
new TwigFunction('buttons', [$this, 'getButtons']),
new TwigFunction('languages', [$this, 'getLanguages']),
new TwigFunction('ue_url', [$this, 'urlFromUserInput']),
new TwigFunction('URL', [$this, 'urlFromUserInput']),
];
}

Expand Down

0 comments on commit 61aba01

Please sign in to comment.