项目相关功能完善
Some checks failed
Tests / PHP 8.2 (push) Has been cancelled
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled

This commit is contained in:
2025-05-08 14:10:53 +08:00
parent 0d51623bbf
commit 2b767fb17b

View File

@@ -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];