fedi-feed-router/app/Enums/PlatformEnum.php

8 lines
84 B
PHP
Raw Permalink Normal View History

2025-06-30 18:18:30 +02:00
<?php
namespace App\Enums;
enum PlatformEnum: string
{
case LEMMY = 'lemmy';
}