Skip to content

Commit

Permalink
expire_credentials task removed from task.php
Browse files Browse the repository at this point in the history
  • Loading branch information
garemoko committed Nov 2, 2018
1 parent ffe2996 commit 36190ad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions db/tasks.php
Expand Up @@ -24,11 +24,6 @@
defined('MOODLE_INTERNAL') || die();

$tasks = array(
array(
'classname' => 'mod_tincanlaunch\task\expire_credentials',
'blocking' => 0,
'minute' => '*'
),
array(
'classname' => 'mod_tincanlaunch\task\check_completion',
'blocking' => 0,
Expand Down

0 comments on commit 36190ad

Please sign in to comment.