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