重新修改主业务逻辑的命名规则

This commit is contained in:
2023-09-23 17:48:36 +08:00
parent bee15dfea6
commit 44edefb37b
82 changed files with 264 additions and 118 deletions

View File

@@ -12,7 +12,7 @@
namespace app\admin\service\annotation;
use base\admin\service\annotation\ControllerAnnotationClass;
use base\admin\service\annotation\ControllerAnnotationBase;
use Doctrine\Common\Annotations\Annotation\Attributes;
use Doctrine\Common\Annotations\Annotation\Target;
@@ -27,6 +27,6 @@ use Doctrine\Common\Annotations\Annotation\Target;
*
* @since 2.0
*/
final class ControllerAnnotation extends ControllerAnnotationClass
final class ControllerAnnotation extends ControllerAnnotationBase
{
}