top-think / think-orm

Think ORM——the PHP Database&ORM Framework
Apache License 2.0
413 stars 171 forks source link

v3.0.22使用defaultSoftDelete属性来时提示定义相同的属性 #614

Closed 2606062632 closed 3 weeks ago

2606062632 commented 3 weeks ago

image

app\model\BaseModel and think\model\concern\SoftDelete define the same property ($defaultSoftDelete) in the composition of app\model\BaseModel. However, the definition differs and is considered incompatible. Class was composed

big-dream commented 3 weeks ago

关联提交 https://github.com/top-think/think-orm/commit/36621c8e94b3f35b3dd28359e5498591f494c7e8

NHZEX commented 3 weeks ago

同问题,建议更多推广单元测试