Merge branch 'MDL-79642-q_tags_off' of https://github.com/leonstr/moodle

This commit is contained in:
Paul Holden 2023-10-10 21:18:53 +01:00
commit 9117e62a4d
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164

View File

@ -41,5 +41,7 @@ class plugin_feature extends plugin_features_base{
new tag_condition($qbank),
];
}
return [];
}
}