You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.
If I add CompilerPass to two bundles, ReflectionFactory searches for same classes in both bundles directories causing reflection exception eg:
ReflectionException in ReflectionFactory.php line 18:
Class Acme\SecondBundle\Entity\Client does not exist
Am I doing something wrong or there should be an class_exists check in ReflectionFactory?
The text was updated successfully, but these errors were encountered: