This commit is contained in:
2021-04-02 18:40:50 +08:00
parent 98986ffe9d
commit bdd9f4008f
7 changed files with 40 additions and 43 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ class Snowflake
*/
public static function getAnnotation(): Annotation
{
return static::app()->getAttributes();
return static::app()->getAnnotation();
}