Преглед на файлове

Correctif Utils : ParameterBag

reduction
Guillaume преди 4 години
родител
ревизия
3aeaad18e5
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. +5
    -1
      ShopBundle/Services/Utils.php

+ 5
- 1
ShopBundle/Services/Utils.php Целия файл

@@ -8,14 +8,18 @@ use Lc\ShopBundle\Context\MerchantUtilsInterface;
use Lc\ShopBundle\Context\PageInterface;
use Lc\ShopBundle\Context\TaxRateInterface;
use Lc\ShopBundle\Context\UnitInterface;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
use Symfony\Component\HttpFoundation\ParameterBag;

class Utils
{
protected $em ;
protected $parameterBag ;

public function __construct(EntityManagerInterface $em)
public function __construct(EntityManagerInterface $em, ParameterBagInterface $parameterBag)
{
$this->em = $em ;
$this->parameterBag = $parameterBag ;
}

public static function getDayByNumber($number, $lang = 'fr')

Loading…
Отказ
Запис