ソースを参照

Corrections front (globalParam)

reduction
Guillaume 4年前
コミット
baa5bde9ed
1個のファイルの変更3行の追加2行の削除
  1. +3
    -2
      ShopBundle/Services/GlobalParam.php

+ 3
- 2
ShopBundle/Services/GlobalParam.php ファイルの表示

@@ -2,12 +2,14 @@

namespace Lc\ShopBundle\Services;

use App\Repository\HubRepository;
use Lc\ShopBundle\Context\GlobalParamInterface;
use Lc\ShopBundle\Repository\MerchantRepository;
use Symfony\Component\Security\Core\Security;

class GlobalParam
{
private $security;
protected $security;

public function __construct(Security $security)
{
@@ -25,5 +27,4 @@ class GlobalParam
return false ;
}
}

}

読み込み中…
キャンセル
保存