Просмотр исходного кода

correctif use form type

feature/ticket
Charly 3 лет назад
Родитель
Сommit
ae64faa59f
2 измененных файлов: 3 добавлений и 3 удалений
  1. +2
    -2
      Controller/User/UserController.php
  2. +1
    -1
      README.md

+ 2
- 2
Controller/User/UserController.php Просмотреть файл

@@ -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 Просмотреть файл

@@ -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
{

Загрузка…
Отмена
Сохранить