Skip to content

Commit e32f5d5

Browse files
UPDATE MoodleLMS - new plugin types up to 5.0.x
New plugin types: - aiplacement - aiprovider - smsgateway
1 parent 5b39088 commit e32f5d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Composer/Installers/MoodleInstaller.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ class MoodleInstaller extends BaseInstaller
88
protected $locations = array(
99
'mod' => 'mod/{$name}/',
1010
'admin_report' => 'admin/report/{$name}/',
11+
'aiplacement' => 'ai/placement/{$name}/',
12+
'aiprovider' => 'ai/provider/{$name}/',
1113
'atto' => 'lib/editor/atto/plugins/{$name}/',
1214
'tool' => 'admin/tool/{$name}/',
1315
'assignment' => 'mod/assignment/type/{$name}/',
@@ -60,6 +62,7 @@ class MoodleInstaller extends BaseInstaller
6062
'report' => 'report/{$name}/',
6163
'repository' => 'repository/{$name}/',
6264
'scormreport' => 'mod/scorm/report/{$name}/',
65+
'smsgateway' => 'sms/gateway/{$name}/',
6366
'search' => 'search/engine/{$name}/',
6467
'theme' => 'theme/{$name}/',
6568
'tiny' => 'lib/editor/tiny/plugins/{$name}/',

0 commit comments

Comments
 (0)