From f765fe950792044161b9714de695af0d5c581385 Mon Sep 17 00:00:00 2001 From: toom1996 Date: Fri, 20 Jun 2025 15:30:17 +0800 Subject: [PATCH] fix - bug --- app/Constants/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Constants/Config.php b/app/Constants/Config.php index b176d41..a03d207 100644 --- a/app/Constants/Config.php +++ b/app/Constants/Config.php @@ -3,9 +3,9 @@ namespace App\Constants; use Hyperf\Constants\AbstractConstants; +use Hyperf\Constants\Annotation\Constants; use function Hyperf\Support\env; -#[Constants] class Config extends AbstractConstants { public static function getDomain()