Skip to content

Commit

Permalink
Merge branch 'MBS-8174-fix-unittest' into 'master'
Browse files Browse the repository at this point in the history
MBS-8174: add namespace for core external_api

See merge request mebis-moodle/hacked/report_customsql!2
  • Loading branch information
TobiGa committed Sep 27, 2023
2 parents a40547d + e873c95 commit a54faa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/external.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
require_once("$CFG->libdir/externallib.php");
require_once("$CFG->dirroot/report/customsql/locallib.php");

class report_customsql_external extends external_api {
class report_customsql_external extends core_external\external_api {

/**
* Returns description of method parameters
Expand Down

0 comments on commit a54faa4

Please sign in to comment.