From 4e082eb88320b91ec5ba15012b6697ebd502b92d Mon Sep 17 00:00:00 2001 From: mayue Date: Tue, 26 Oct 2021 14:48:54 +0800 Subject: [PATCH] *Fix a bug #15739 --- module/api/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/api/model.php b/module/api/model.php index bead5e677a..c0ded9a840 100644 --- a/module/api/model.php +++ b/module/api/model.php @@ -194,7 +194,7 @@ class apiModel extends model * * @param int $apiID * @access public - * @return void + * @return bool|array */ public function update($apiID) {