From b3fa8984182bbc20868f94ce93e92dbb074c5d80 Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Mon, 7 Sep 2020 09:38:42 +0800 Subject: [PATCH] * Finish task #7822. --- module/budget/control.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/module/budget/control.php b/module/budget/control.php index 426717880c..618d488fab 100644 --- a/module/budget/control.php +++ b/module/budget/control.php @@ -11,6 +11,14 @@ */ class budget extends control { + /** + * __construct + * + * @param string $module + * @param string $method + * @access public + * @return void + */ public function __construct($module = '', $method = '') { parent::__construct($module, $method);