Add reusable workflows

This commit is contained in:
Anupama Dharmajan
2021-12-16 14:16:58 +11:00
parent c4fc4b4396
commit 5f9788a6fe
27 changed files with 31 additions and 174 deletions

View File

@@ -25,8 +25,6 @@
use auth_outage\local\outagelib;
defined('MOODLE_INTERNAL') || die;
/**
* Used for adminlib::set_updatedcallback which requires a string that resolves to a function.
*
@@ -86,4 +84,4 @@ function auth_outage_get_fontawesome_icon_map() {
function auth_outage_before_standard_top_of_body_html() {
// Get code to inject.
return outagelib::get_inject_code();
}
}