2017-08-24 32 views

回答

3

在你的事件監聽類在使用中,我想你會設置不好的課程。

use Doctrine\Common\Persistence\Event\LifecycleEventArgs; -> the getEntity() method is depracted. 

你應該使用:

use Doctrine\ORM\Event\LifecycleEventArgs;