mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-13 03:35:34 +08:00
update to 1.6 version
This commit is contained in:
15
src/ZM/Annotation/Swoole/OnTaskWorkerStart.php
Normal file
15
src/ZM/Annotation/Swoole/OnTaskWorkerStart.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace ZM\Annotation\Swoole;
|
||||
|
||||
/**
|
||||
* Class OnTaskWorkerStart
|
||||
* @package ZM\Annotation\Swoole
|
||||
* @Annotation
|
||||
* @Target("METHOD")
|
||||
*/
|
||||
class OnTaskWorkerStart
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user