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
Since I updated to doctrine/orm 2.8 i got this error
"The class 'DateTime' was not found in the chain configured namespaces App\Entity"
When i do a query->getResult();
doctrine/orm 2.7.4 working great