Skip to content
Snippets Groups Projects
Commit e781da1b authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

FormElementManagerV3Polyfill deprecated, remplacé par FormElementManager

parent e4cbbdb1
Branches
No related tags found
No related merge requests found
Pipeline #11876 passed
CHANGELOG CHANGELOG
========= =========
6.0.4 (15/12/2021)
------------------
- FormElementManagerV3Polyfill deprecated, remplacé par FormElementManager
6.0.3 (08/12/2021) 6.0.3 (08/12/2021)
------------------ ------------------
- Nouvelles corrections de bugs quite migration Laminas - Nouvelles corrections de bugs quite migration Laminas
......
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
namespace UnicaenCode\Manager; namespace UnicaenCode\Manager;
use Psr\Container\ContainerInterface; use Psr\Container\ContainerInterface;
use Laminas\Form\FormElementManager\FormElementManagerV3Polyfill; use Laminas\Form\FormElementManager;
use Laminas\View\HelperPluginManager; use Laminas\View\HelperPluginManager;
class FormManager extends FormElementManagerV3Polyfill class FormManager extends FormElementManager
{ {
/** /**
* @var ContainerInterface * @var ContainerInterface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment