Tharos / LeanMapper

Lean Mapper is a tiny ORM based on powerful Dibi database abstraction library for PHP.
MIT License
87 stars 35 forks source link

[LeanMapper\Reflection\Property] isWritable = TRUE in BelongsToMany relation #62

Closed castamir closed 6 years ago

castamir commented 10 years ago

Such property should be IMHO read-only.

janpecha commented 6 years ago

Na tohle jsem už taky jednou narazil, připravil jsem návrh změny v PR #124 - kromě belongsToMany se jako read-only berou i belongsToOne položky.

janpecha commented 6 years ago

Merged #124