<?php
namespace App\Entity\Sales\Saloon;
use App\Entity\Sales\PaidPlacementPrice;
use Doctrine\ORM\Mapping as ORM;
#[ORM\Entity]
class VipPlacementPrice extends PaidPlacementPrice
{
public static function getType(): string
return 'vip_saloon';
}