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
Where is an error in guesser, when object is not doctrine entity
Error: Call to a member function hasAssociation() on a non-object"
at vendor/yavin/symfony-form-tree/src/Yavin/Symfony/Form/Type/TreeTypeGuesser.php line 68
The text was updated successfully, but these errors were encountered:
Same issue, the problem in my case is that my entity isn't an Doctrine entity, I'm using a data transfer object how is a simple class. So the parent::getMetadata($class); didn't work in my case.
No workaround for the moment. :(
Where is an error in guesser, when object is not doctrine entity
The text was updated successfully, but these errors were encountered: