Explorar el Código

Corrections front (globalParam)

reduction
Guillaume hace 4 años
padre
commit
baa5bde9ed
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. +3
    -2
      ShopBundle/Services/GlobalParam.php

+ 3
- 2
ShopBundle/Services/GlobalParam.php Ver fichero

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

}

Cargando…
Cancelar
Guardar