nan-guo / Sonata-Menu-Bundle

This bundle provides menu management by sonata admin bundle (compatible with sonata page bundle).
MIT License
10 stars 19 forks source link

Change EntityManager in MenuManager.php #17

Closed NicolasDW closed 4 years ago

NicolasDW commented 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)

Thanks

nan-guo commented 4 years ago

Hi, thanks for your recommendation, does It looks good for you ? https://github.com/nan-guo/Sonata-Menu-Bundle/pull/18

NicolasDW commented 4 years ago

Hi,

Perfect, thanks !