소스 검색

Correctif FrontendTwigExtension

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

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

@@ -60,7 +60,6 @@ class FrontendTwigExtension extends AbstractExtension
new TwigFunction('get_merchants', [$this, 'getMerchants']),
new TwigFunction('get_file_manager_folder', [$this, 'getFileManagerFolder']),
new TwigFunction('lc_format_price', [$this, 'formatPrice']),
new TwigFunction('get_form_manage_notifications', [$this, 'getFormManageNotifications']),
);
}


Loading…
취소
저장