hasMany(Image::class, "product_uuid", "uuid"); } protected $fillable = [ 'name', 'description', ]; }