Skip to content

Commit

Permalink
Fix twig cache script
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Dec 6, 2023
1 parent 5298b6a commit 800148f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/twig-cache
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ $twig_functions = [
'_Tn',
'_Tx',
'_Tnx',
'path_for',
'url_for',
'memberName',
'callstatic',
'is_current_path',
'is_current_url',
'get_class',
'base_url',
'base_path',
'file_exists'
];

Expand Down

0 comments on commit 800148f

Please sign in to comment.