Skip to content

Commit

Permalink
[docs] Update another incorrect namespace in ws docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Jan 26, 2023
1 parent 942b969 commit 64a0c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/apis/subsystems/external/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $functions = [
// The name of your web service function, as discussed above.
'local_myplugin_create_groups' => [
// The name of the namespaced class that the function is located in.
'classname' => 'local_groupmanager\create_groups',
'classname' => 'local_groupmanager\external\create_groups',

// A brief, human-readable, description of the web service function.
'description' => 'Creates new groups.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $functions = [
// The name of your web service function, as discussed above.
'local_myplugin_create_groups' => [
// The name of the namespaced class that the function is located in.
'classname' => 'local_groupmanager\create_groups',
'classname' => 'local_groupmanager\external\create_groups',

// A brief, human-readable, description of the web service function.
'description' => 'Creates new groups.',
Expand Down

0 comments on commit 64a0c57

Please sign in to comment.