<?php
namespace App\Entity\Profile\Comment;
use Doctrine\ORM\Mapping as ORM;
#[ORM\Entity]
class CommentByAdvertiser extends Comment
{
}