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

PropertyFactory: m:default is not marked as default value #119

Closed janpecha closed 6 years ago

janpecha commented 6 years ago

Konstrukce $entityReflection->getEntityProperty('xyz')->hasDefaultValue() vrací FALSE, pokud výchozí hodnotu uvedeme v m:default. Stará syntaxe $property = value funguje v pořádku.