mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-69166 core: define payment as a subsystem and pg as a plugin type
This commit is contained in:
parent
aed0ee06f9
commit
9d77bf7c9b
3 changed files with 7 additions and 2 deletions
|
@ -1923,6 +1923,9 @@ class core_plugin_manager {
|
|||
'quiz', 'resource', 'scorm', 'survey', 'url', 'wiki', 'workshop'
|
||||
),
|
||||
|
||||
'pg' => [
|
||||
],
|
||||
|
||||
'plagiarism' => array(
|
||||
),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue