From 2b767fb17b717978494e275a57ba73bb07815c92 Mon Sep 17 00:00:00 2001 From: lq Date: Thu, 8 May 2025 14:10:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=9B=B8=E5=85=B3=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/ProjectService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Service/ProjectService.php b/app/Service/ProjectService.php index 3dc6cfbd..ec5ab87f 100644 --- a/app/Service/ProjectService.php +++ b/app/Service/ProjectService.php @@ -271,7 +271,7 @@ class ProjectService extends BaseService * @return mixed * @throws Exception */ - public function changeType($id, $type) + public function changeType($id, $type): mixed { $field = ProjectFieldTypeEnum::from($type)->description(); $this->selectField = [$field];