MDL-50890 enrol_flatfile: Modifications for compliance with standards

Also changed the scheduled task to run every hour.
This commit is contained in:
Jun Pataleta
2015-09-16 09:08:34 +08:00
committed by David Monllao
parent a771854c46
commit fd1b399527
3 changed files with 5 additions and 2 deletions
@@ -28,6 +28,9 @@ defined('MOODLE_INTERNAL') || die;
/**
* Simple task to run sync enrolments.
*
* @copyright 2014 Troy Williams
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class flatfile_sync_task extends \core\task\scheduled_task {