mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
MDL-78872 grade: fix external class execute method visibility.
This commit is contained in:
parent
13553c25da
commit
58836d7143
@ -63,12 +63,8 @@ class get_groups_for_search_widget extends external_api {
|
||||
* @param int $courseid
|
||||
* @param string $actionbaseurl The base URL for the group action.
|
||||
* @return array Groups and warnings to pass back to the calling widget.
|
||||
* @throws coding_exception
|
||||
* @throws invalid_parameter_exception
|
||||
* @throws moodle_exception
|
||||
* @throws restricted_context_exception
|
||||
*/
|
||||
protected static function execute(int $courseid, string $actionbaseurl): array {
|
||||
public static function execute(int $courseid, string $actionbaseurl): array {
|
||||
global $DB, $USER, $COURSE;
|
||||
|
||||
$params = self::validate_parameters(
|
||||
|
Loading…
x
Reference in New Issue
Block a user