mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-07 16:55:35 +08:00
11 lines
79 B
PHP
11 lines
79 B
PHP
<?php
|
|
|
|
|
|
namespace ZM\Annotation\Interfaces;
|
|
|
|
|
|
interface ErgodicAnnotation
|
|
{
|
|
|
|
}
|