love_php/app/Contracts/MomentContract.php
2026-04-02 09:20:51 +08:00

8 lines
62 B
PHP

<?php
namespace App\Contracts;
interface MomentContract
{
}