fixes #162 implemented previously

This commit is contained in:
Dennis Eichhorn 2020-02-14 18:36:47 +01:00
parent 7aa99fa987
commit 135f3f08e4

View File

@ -76,10 +76,6 @@ use phpOMS\Utils\ArrayUtils;
* Now all mappers are split. The overhead is one additional function call and the setup() function.
* Alternatively, think about using traits in the beginning.
*
* @todo Orange-Management/phpOMS#162
* Relations by other than primary key
* Currently relations are always defined by the primary key. It would be very helpful to also define relations by other values.
*
* @todo Orange-Management/phpOMS#212
* Replace nested models which are represented as scalar/id with NullModel
* Currently there is a default limit on dependency nesting when you request a model from the database.