Files
datahub/backend/app/Platform/AdapterInterface.php
T
2025-11-26 09:45:30 +08:00

10 lines
93 B
PHP

<?php
declare(strict_types=1);
namespace App\Platform;
interface AdapterInterface
{
}