Procházet zdrojové kódy

Correctif FrontendTwigExtension

develop
Guillaume před 3 roky
rodič
revize
f1bde3d8dd
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. +0
    -1
      ShopBundle/Twig/FrontendTwigExtension.php

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

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


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