<?php/** * Created by simpson <simpsonwork@gmail.com> * Date: 2019-07-01 * Time: 12:07 */namespace App\Entity\Sales\Profile;use App\Entity\Sales\PaidPlacementPrice;use Doctrine\ORM\Mapping as ORM;#[ORM\Entity]class TopPlacementPrice extends PaidPlacementPrice{ public static function getType(): string { return 'top_profile'; }}