<?php
namespace App\Entity\System;
use Doctrine\ORM\Mapping as ORM;
#[ORM\Entity]
class IpAddressPermanentCommentBan extends IpAddressCommentBan
{
public function getType(): string
return 'permanent';
}