mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-08 17:25:35 +08:00
10 lines
102 B
PHP
10 lines
102 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace ZM\Annotation\Interfaces;
|
|
|
|
interface ErgodicAnnotation
|
|
{
|
|
}
|