浏览代码

Notifications : première version

develop
Guillaume 3 年前
父节点
当前提交
c5e1ae4bd8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      ShopBundle/Twig/FrontendTwigExtension.php

+ 2
- 0
ShopBundle/Twig/FrontendTwigExtension.php 查看文件

@@ -2,6 +2,7 @@

namespace Lc\ShopBundle\Twig;

use App\Services\NotificationUtils;
use Doctrine\ORM\EntityManagerInterface;
use Lc\ShopBundle\Context\MerchantInterface;
use Lc\ShopBundle\Context\MerchantUtilsInterface;
@@ -59,6 +60,7 @@ 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']),
);
}


正在加载...
取消
保存