mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-08 01:05:37 +08:00
19 lines
261 B
PHP
19 lines
261 B
PHP
<?php
|
|
|
|
|
|
namespace ZM\Annotation\Swoole;
|
|
|
|
use Doctrine\Common\Annotations\Annotation\Target;
|
|
use ZM\Annotation\AnnotationBase;
|
|
|
|
/**
|
|
* Class OnSave
|
|
* @package ZM\Annotation\Swoole
|
|
* @Annotation
|
|
* @Target("METHOD")
|
|
*/
|
|
class OnSave extends AnnotationBase
|
|
{
|
|
|
|
}
|