This commit is contained in:
2021-11-30 15:10:01 +08:00
parent e5b57cbcdb
commit b826e1f594
36 changed files with 155 additions and 81 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<?php
namespace Annotation;
namespace Note;
use Exception;
@@ -11,7 +11,7 @@ use Server\Tasker\AsyncTaskExecute;
/**
* Class Task
* @package Annotation
* @package Note
* Task任务
*/
#[\Attribute(\Attribute::TARGET_CLASS)] class Task extends Attribute