Files
zhamao-framework/src/ZM/Annotation/Http/HandleAfter.php
jerry f3e844bb0a update to 2.2.2 version
fix QQBot error
clean code
2021-01-29 22:27:10 +08:00

19 lines
267 B
PHP

<?php
namespace ZM\Annotation\Http;
use Doctrine\Common\Annotations\Annotation\Target;
use ZM\Annotation\AnnotationBase;
/**
* Class HandleAfter
* @package ZM\Annotation\Http
* @Annotation
* @Target("METHOD")
*/
class HandleAfter extends AnnotationBase
{
}