Closed NicolasDW closed 4 years ago
Hi !
First, great bundle, it's very useful !
You may change the service called in the construct of the class Manager/MenuManager.php to avoid issue with recents versions of Symfony :
public function __construct(EntityManager $em) to public function __construct(EntityManagerInterface $em)
public function __construct(EntityManager $em)
public function __construct(EntityManagerInterface $em)
Thanks
Hi, thanks for your recommendation, does It looks good for you ? https://github.com/nan-guo/Sonata-Menu-Bundle/pull/18
Hi,
Perfect, thanks !
Hi !
First, great bundle, it's very useful !
You may change the service called in the construct of the class Manager/MenuManager.php to avoid issue with recents versions of Symfony :
public function __construct(EntityManager $em)
topublic function __construct(EntityManagerInterface $em)
Thanks