Skip to content

Commit

Permalink
Update EMS/client-helper-bundle/src/Twig/HelperExtension.php
Browse files Browse the repository at this point in the history
Co-authored-by: David mattei <[email protected]>
  • Loading branch information
theus77 and Davidmattei authored Jul 4, 2024
1 parent f5237b7 commit ca0eae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EMS/client-helper-bundle/src/Twig/HelperExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function getFunctions(): array
new TwigFunction('emsch_asset', [AssetHelperRuntime::class, 'asset'], ['is_safe' => ['html']]),
new TwigFunction('emsch_assets', [AssetHelperRuntime::class, 'assets']),
new TwigFunction('emsch_assets_version', [AssetHelperRuntime::class, 'setVersion']),
new TwigFunction('emsch_unzip', [AssetRuntime::class, 'unzip'], ['deprecated' => true]),
new TwigFunction('emsch_unzip', [AssetRuntime::class, 'unzip'], ['deprecated' => true, 'alternative' => 'ems_file_from_archive']),
];
}
}

0 comments on commit ca0eae0

Please sign in to comment.