Laravel one to many relationship inverse solution or alternative needed

后端 未结 0 1887
旧巷少年郎
旧巷少年郎 2020-11-29 02:33

post.php

 class post extends Model
 {
    use HasFactory;
    public function publisher()
    {
        return $this->belongsTo(\'App\\Mod         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题