PriceType::class, 'price' => 'integer', ]; } public function product(): BelongsTo { return $this->belongsTo(Product::class); } }