Open jrschumacher opened 9 years ago
I noticed there are numerous method conflicts with getEmbed, setEmbed, getConnection, etc. These all create issues with the the magic methods found here: https://github.com/purekid/mongodm/blob/master/src/Purekid/Mongodm/Model.php#L1504-L1513
getEmbed
setEmbed
getConnection
I noticed there are numerous method conflicts with
getEmbed
,setEmbed
,getConnection
, etc. These all create issues with the the magic methods found here: https://github.com/purekid/mongodm/blob/master/src/Purekid/Mongodm/Model.php#L1504-L1513