瀏覽代碼

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 ;
}
}

}

Loading…
取消
儲存