Skip to content

Commit

Permalink
replace core_external namespace for all webservices
Browse files Browse the repository at this point in the history
  • Loading branch information
georgmaisser authored and eynimeni committed Dec 14, 2023
1 parent 45340e5 commit 816c8f3
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
8 changes: 4 additions & 4 deletions classes/external/delete_learningpath.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
namespace local_adele\external;

use context_system;
use core_external\external_api;
use core_external\external_function_parameters;
use core_external\external_value;
use core_external\external_single_structure;
use external_api;
use external_function_parameters;
use external_value;
use external_single_structure;
use local_adele\learning_paths;
use moodle_exception;

Expand Down
8 changes: 4 additions & 4 deletions classes/external/duplicate_learningpath.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
namespace local_adele\external;

use context_system;
use core_external\external_api;
use core_external\external_function_parameters;
use core_external\external_value;
use core_external\external_single_structure;
use external_api;
use external_function_parameters;
use external_value;
use external_single_structure;
use local_adele\learning_paths;
use moodle_exception;

Expand Down
10 changes: 5 additions & 5 deletions classes/external/get_completions.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
namespace local_adele\external;

use context_system;
use core_external\external_api;
use core_external\external_function_parameters;
use core_external\external_value;
use core_external\external_single_structure;
use core_external\external_multiple_structure;
use external_api;
use external_function_parameters;
use external_value;
use external_single_structure;
use external_multiple_structure;
use local_adele\course_completion\course_info;
use moodle_exception;

Expand Down
10 changes: 5 additions & 5 deletions classes/external/get_learningpath.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
namespace local_adele\external;

use context_system;
use core_external\external_api;
use core_external\external_function_parameters;
use core_external\external_value;
use core_external\external_single_structure;
use core_external\external_multiple_structure;
use external_api;
use external_function_parameters;
use external_value;
use external_single_structure;
use external_multiple_structure;
use local_adele\learning_paths;
use moodle_exception;

Expand Down
10 changes: 5 additions & 5 deletions classes/external/get_learningpaths.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
namespace local_adele\external;

use context_system;
use core_external\external_api;
use core_external\external_function_parameters;
use core_external\external_value;
use core_external\external_single_structure;
use core_external\external_multiple_structure;
use external_api;
use external_function_parameters;
use external_value;
use external_single_structure;
use external_multiple_structure;
use local_adele\learning_paths;
use moodle_exception;

Expand Down
8 changes: 4 additions & 4 deletions classes/external/save_learningpath.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
namespace local_adele\external;

use context_system;
use core_external\external_api;
use core_external\external_function_parameters;
use core_external\external_value;
use core_external\external_single_structure;
use external_api;
use external_function_parameters;
use external_value;
use external_single_structure;
use local_adele\learning_paths;
use moodle_exception;

Expand Down

0 comments on commit 816c8f3

Please sign in to comment.