MDL-77530 tool_task: Fix coding errors in checks

This commit is contained in:
Brendan Heywood
2023-03-09 15:44:01 +11:00
parent f49f934786
commit 3c86170a8d
3 changed files with 13 additions and 27 deletions
@@ -38,15 +38,6 @@ use core\check\result;
*/
class adhocqueue extends check {
/**
* Constructor
*/
public function __construct() {
global $CFG;
$this->id = 'adhocqueue';
$this->name = get_string('checkadhocqueue', 'tool_task');
}
/**
* Return result
* @return result