Bläddra i källkod

correctif use form type

feature/ticket
Charly 3 år sedan
förälder
incheckning
ae64faa59f
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. +2
    -2
      Controller/User/UserController.php
  2. +1
    -1
      README.md

+ 2
- 2
Controller/User/UserController.php Visa fil

@@ -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 Visa fil

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

Laddar…
Avbryt
Spara