*/ protected $guarded = []; public function product() { return $this->hasOne(ProductModel::class, 'id', 'product_id'); } }