j-guyon / CommandSchedulerBundle

Symfony bundle that will allow you to schedule all your commands just like unix crontab, with a nice admin panel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doctrine merge() is deprecated in 2.0 and will be removed in 3.0

drawgas opened this issue · comments

Method Doctrine\\ORM\\EntityManager::merge() is deprecated and will be removed in Doctrine ORM 3.0.

The problem comes in ExecuteCommand class, lines: 122, 184, 250.

Documentation: https://github.com/doctrine/orm/blob/2.7/UPGRADE.md#deprecated-entitymanagermerge-and-entitymanagerdetach-methods