AzuraCast/src/Entity/PodcastBrandingConfiguratio...

10 lines
132 B
PHP

<?php
declare(strict_types=1);
namespace App\Entity;
class PodcastBrandingConfiguration extends AbstractStationConfiguration
{
}