<?php
namespace App\Entity;
class Subscriber {
public ?string $subscriberName = null;
public ?string $emailAddress = null;
}