Open remarcbalisi opened 4 years ago
https://orator-orm.com/docs/0.9/orm.html#appendable-attributes
The example code for appending attributes uses __append__ but it should be __appends__.
__append__
__appends__
The documentation isn't open source :(
Orator docs can be found here https://github.com/orator-orm/docs
I fix the issue but i don't think it will get approved @remarcbalisi my pull request
https://orator-orm.com/docs/0.9/orm.html#appendable-attributes
The example code for appending attributes uses
__append__
but it should be__appends__
.