This commit is contained in:
2021-03-05 16:36:18 +08:00
parent 41df099f4c
commit aa4127ed0e
4 changed files with 22 additions and 11 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
<?php
defined('APP_PATH') or define('APP_PATH', __DIR__ . '/../../');
defined('APP_PATH') or define('APP_PATH', realpath(__DIR__ . '/../../'));
use Annotation\Annotation;
use Annotation\Attribute;