[Solved] Doctrine ORM Error
[ad_1] Check your use statements in the class where you’re getting the exception, try replacing use Doctrine\ORM\Event\LoadClassMetadataEventArgs; with use Doctrine\Common\Persistence\Event\LoadClassMetadataEventArgs;, or try digging around with a debugger. [ad_2] solved Doctrine ORM Error