Browse Source

correctif use form type

feature/ticket
Charly 2 years ago
parent
commit
ae64faa59f
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      Controller/User/UserController.php
  2. +1
    -1
      README.md

+ 2
- 2
Controller/User/UserController.php View File

@@ -5,8 +5,8 @@ namespace Lc\SovBundle\Controller\User;
use EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto;
use EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider;
use Lc\SovBundle\Doctrine\EntityManager;
use Lc\SovBundle\Form\Type\User\ChangePasswordFormType;
use Lc\SovBundle\Form\Type\User\ProfileFormType;
use Lc\SovBundle\Form\User\ChangePasswordFormType;
use Lc\SovBundle\Form\User\ProfileFormType;
use Lc\SovBundle\Model\User\User;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Request;

+ 1
- 1
README.md View File

@@ -142,7 +142,7 @@ artgris_file_manager:

- Modifier l'en tête des controllers. Exemple `Controller/Admin/PageCrudController.php`.
````
use Lc\SovBundle\Controller\Admin\AbstractCrudController;
use Lc\SovBundle\Controller\AbstractAdminController as AbstractCrudController;

class PageCrudController extends AbstractCrudController
{

Loading…
Cancel
Save