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