Skip to content

Commit

Permalink
Add moodle document converter; fixes #463
Browse files Browse the repository at this point in the history
  • Loading branch information
mackensen committed Oct 20, 2020
1 parent f69761f commit 8fb495f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Composer/Installers/MoodleInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class MoodleInstaller extends BaseInstaller
'cachestore' => 'cache/stores/{$name}/',
'cachelock' => 'cache/locks/{$name}/',
'calendartype' => 'calendar/type/{$name}/',
'fileconverter' => 'files/converter/{$name}/',
'format' => 'course/format/{$name}/',
'coursereport' => 'course/report/{$name}/',
'customcertelement' => 'mod/customcert/element/{$name}/',
Expand Down

0 comments on commit 8fb495f

Please sign in to comment.