Browse Source

indentation

packProduct
Charly 3 years ago
parent
commit
21f9938477
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Controller/User/UserMerchantAdminController.php
  2. +1
    -1
      Doctrine/Extension/FilterSectionInterface.php

+ 1
- 1
Controller/User/UserMerchantAdminController.php View File

@@ -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 View File

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

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

interface FilterSectionInterface
{

Loading…
Cancel
Save