* Adjust code error for repo.

This commit is contained in:
caoyanyi
2023-12-05 08:54:13 +08:00
parent 41ed43b6a9
commit 856f1edb9f
2 changed files with 3 additions and 15 deletions
-13
View File
@@ -43,19 +43,6 @@ class gitModel extends model
*/
public $users = array();
/**
* Construct function.
*
* @access public
* @return void
*/
public function __construct()
{
parent::__construct();
$this->loadModel('action');
$this->loadModel('repo');
}
/**
* 执行定时任务同步提交信息。
* Sync commit info by cron.