Explorar el Código

indentation

packProduct
Charly hace 3 años
padre
commit
21f9938477
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      Controller/User/UserMerchantAdminController.php
  2. +1
    -1
      Doctrine/Extension/FilterSectionInterface.php

+ 1
- 1
Controller/User/UserMerchantAdminController.php Ver fichero

@@ -28,7 +28,7 @@ use Lc\CaracoleBundle\Form\Credit\CreditHistoryFormType;
use Lc\CaracoleBundle\Form\User\UserMerchantFormType;
use Lc\CaracoleBundle\Model\Credit\CreditHistoryInterface;
use Lc\SovBundle\Controller\AbstractAdminController;
use Lc\SovBundle\Field\BooleanField;
use Lc\SovBundle\Field\ToggleField;
use Lc\SovBundle\Model\User\UserInterface;
use Lc\SovBundle\Translation\TranslatorAdmin;
use Symfony\Component\HttpFoundation\Response;

+ 1
- 1
Doctrine/Extension/FilterSectionInterface.php Ver fichero

@@ -1,6 +1,6 @@
<?php

namespace Lc\CaracoleBundle\Doctrine\Extension ;
namespace Lc\CaracoleBundle\Doctrine\Extension;

interface FilterSectionInterface
{

Cargando…
Cancelar
Guardar