Call to a member function detail() on bool laravel 8

前端 未结 0 682
天涯浪人
天涯浪人 2021-01-04 02:47

my product model

    public function detail(){

    return $this->hasOne(\'App\\Models\\ProductDetails\');
}

my productDetails model

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