diff --git a/mod/h5pactivity/db/services.php b/mod/h5pactivity/db/services.php index 86146c6883e..46d45b1bdea 100644 --- a/mod/h5pactivity/db/services.php +++ b/mod/h5pactivity/db/services.php @@ -78,8 +78,8 @@ $functions = [ 'methodname' => 'execute', 'classpath' => '', 'description' => 'Log that the h5pactivity was viewed.', - 'type' => 'write', - 'services' => [MOODLE_OFFICIAL_MOBILE_SERVICE], + 'type' => 'write', + 'services' => [MOODLE_OFFICIAL_MOBILE_SERVICE], ], 'mod_h5pactivity_get_user_attempts' => [ 'classname' => 'mod_h5pactivity\external\get_user_attempts',