[Solved] Doctrine ORM Error


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.

solved Doctrine ORM Error