mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-08 01:05:37 +08:00
16 lines
174 B
PHP
16 lines
174 B
PHP
<?php
|
|
|
|
|
|
namespace ZM\Annotation\Swoole;
|
|
|
|
/**
|
|
* Class OnTaskWorkerStart
|
|
* @package ZM\Annotation\Swoole
|
|
* @Annotation
|
|
* @Target("METHOD")
|
|
*/
|
|
class OnTaskWorkerStart
|
|
{
|
|
|
|
}
|