love_php/app/Contracts/Logable.php

9 lines
97 B
PHP
Raw Permalink Normal View History

2026-04-02 09:20:51 +08:00
<?php
namespace App\Contracts;
interface Logable
{
public function primaryId(): string;
}