think-ide-helper icon indicating copy to clipboard operation
think-ide-helper copied to clipboard

morphMany关联生成的类型变成了mixed

Open 591776998 opened this issue 11 months ago • 0 comments

关联定义 /** * 已支付记录 * @return \think\model\relation\MorphMany */ public function paid() { return $this->morphMany(Paid::class, 'pay', PaidEnum::CONSTELLATION); } 生成的注释 `

  • @property-read mixed $paid `

591776998 avatar Mar 12 '24 03:03 591776998