소스 검색

Email erreur de paiement

feature/tableau_edition_avancee
Guillaume 4 년 전
부모
커밋
ca722a8295
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      ShopBundle/Twig/FrontendTwigExtension.php

+ 1
- 1
ShopBundle/Twig/FrontendTwigExtension.php 파일 보기

@@ -58,7 +58,7 @@ class FrontendTwigExtension extends AbstractExtension
new TwigFunction('get_form_newsletter', [$this, 'getFormNewsletter']),
new TwigFunction('get_merchants', [$this, 'getMerchants']),
new TwigFunction('get_file_manager_folder', [$this, 'getFileManagerFolder']),
new TwigFilter('lc_format_price', [$this, 'formatPrice']),
new TwigFunction('lc_format_price', [$this, 'formatPrice']),
);
}


Loading…
취소
저장