Procházet zdrojové kódy

Email erreur de paiement

feature/tableau_edition_avancee
Guillaume před 4 roky
rodič
revize
ca722a8295
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      ShopBundle/Twig/FrontendTwigExtension.php

+ 1
- 1
ShopBundle/Twig/FrontendTwigExtension.php Zobrazit soubor

@@ -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']),
);
}


Načítá se…
Zrušit
Uložit