* Modify return type.

This commit is contained in:
xieqiyu
2024-04-18 16:36:59 +08:00
parent dc955a3d43
commit 66b72cabb7
+1 -1
View File
@@ -220,7 +220,7 @@ class storyModel extends model
* @param int $storyID
* @param string $storyType
* @access public
* @return object
* @return string
*/
public function getRelationStoryID(int $storyID, string $storyType = 'requirement'): string
{