Procházet zdrojové kódy

correctif use form type

feature/ticket
Charly před 3 roky
rodič
revize
ae64faa59f
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +2
    -2
      Controller/User/UserController.php
  2. +1
    -1
      README.md

+ 2
- 2
Controller/User/UserController.php Zobrazit soubor

@@ -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 Zobrazit soubor

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

Načítá se…
Zrušit
Uložit