This commit is contained in:
Chenx221 2024-02-12 14:11:49 +08:00
parent a03e8a2edb
commit 0b262321df
Signed by: chenx221
GPG Key ID: D7A9EC07024C3021

View File

@ -142,8 +142,7 @@ class HomeController extends Controller
/** /**
* 重命名文件或文件夹 * 重命名文件或文件夹
* @param string $relativePath 文件或文件夹的相对路径 * @return string|Response|null
* @param string $newName 新名称
* @throws NotFoundHttpException 如果文件或文件夹不存在 * @throws NotFoundHttpException 如果文件或文件夹不存在
*/ */
public function actionRename() public function actionRename()