Files
datahub/backend/app/Platform/AdapterInterface.php
T

10 lines
93 B
PHP
Raw Normal View History

2025-11-26 09:45:30 +08:00
<?php
declare(strict_types=1);
namespace App\Platform;
interface AdapterInterface
{
}