* Finish task #7822.

This commit is contained in:
tianshujie98
2020-09-07 09:38:42 +08:00
parent 2da0b392c2
commit b3fa898418
+8
View File
@@ -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);