File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
docs/apis/subsystems/external Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ Please note that deprecation notices will be added to this pathway from Moodle 4
6060
6161namespace local_groupmanager\external;
6262
63- use external_function_parameters;
64- use external_multiple_structure;
65- use external_single_structure;
66- use external_value;
63+ use core_external\ external_function_parameters;
64+ use core_external\ external_multiple_structure;
65+ use core_external\ external_single_structure;
66+ use core_external\ external_value;
6767
6868class create_groups extends \core_external\external_api {
6969 public static function execute_parameters(): external_function_parameters {
Original file line number Diff line number Diff line change @@ -145,10 +145,10 @@ This will be located in the file `local/groupmanager/classes/external/create_gro
145145<?php
146146namespace local_groupmanager\external;
147147
148- use external_function_parameters;
149- use external_multiple_structure;
150- use external_single_structure;
151- use external_value;
148+ use core_external\ external_function_parameters;
149+ use core_external\ external_multiple_structure;
150+ use core_external\ external_single_structure;
151+ use core_external\ external_value;
152152
153153class create_groups extends \core_external\external_api {
154154
You can’t perform that action at this time.
0 commit comments