Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-08 18:49:08 +08:00
parent 7165a67294
commit 97cd1a0ebf
33 changed files with 169 additions and 172 deletions
+4 -4
View File
@@ -7,7 +7,7 @@ namespace Kiri;
error_reporting(0);
use Note\Note;
use Kiri\Annotation\Annotation;
use Database\Collection;
use Database\ModelInterface;
use Exception;
@@ -159,12 +159,12 @@ class Kiri
/**
* @return Note
* @return Annotation
* @throws Exception
*/
public static function getNote(): Note
public static function getAnnotation(): Annotation
{
return static::app()->getNote();
return static::app()->getAnnotation();
}