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
Phalcon\Mvc\Model\Exception: Unknown model or alias 'App\Tag\Models\ElementTag' (1), when preparing: SELECT [App\Tag\Models\Tag].* FROM [App\Tag\Models\Tag] WHERE ([id] IN (:phi0:, :phi1:)) AND (App\Tag\Models\ElementTag.element_type = "playingfield")
The text was updated successfully, but these errors were encountered:
On a hasManytoMany relationship it fails when one of the parent element does not have relationship:
On a model:
When that parent model does not have TagsElements it does fail to fetch the relationship.
The text was updated successfully, but these errors were encountered: