src/Entity/Profile/Comment/CommentByAdvertiser.php line 8

Open in your IDE?
  1. <?php
  2. namespace App\Entity\Profile\Comment;
  3. use Doctrine\ORM\Mapping as ORM;
  4. #[ORM\Entity]
  5. class CommentByAdvertiser extends Comment
  6. {
  7. }