Closed
Description
I think there is a mistake at line 386 in the function dbObject->with($objectName)
Currently
if (!property_exists ($this, 'relations') && !isset ($this->relations[$name]))
The correct conditions should be
if (!property_exists ($this, 'relations') || !isset ($this->relations[$objectName]))
Correct me if I'm wrong.
This wrapper is great, and exactly what I need. Excellent work.
Thank you.
Metadata
Metadata
Assignees
Labels
No labels