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