4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-14 13:16:37 +00:00
AzuraCast/src/Entity/Repository/StationWebhookRepository.php

15 lines
238 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
namespace App\Entity\Repository;
use App\Entity;
/**
* @extends AbstractStationBasedRepository<Entity\StationWebhook>
*/
final class StationWebhookRepository extends AbstractStationBasedRepository
{
}