Skip to content

Commit

Permalink
Merge branch 'MDL-77027-master' of https://github.com/andrewnicols/mo…
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Jan 25, 2023
2 parents 47fd608 + a721687 commit 8c3cb3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admin/webservice/documentation.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @author Jerome Mouneyrac
*/

use core_external\external_api;

require_once('../../config.php');
require_once($CFG->libdir . '/adminlib.php');
require_once($CFG->dirroot . '/webservice/lib.php');
Expand Down
3 changes: 3 additions & 0 deletions webservice/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

use core_external\external_api;
use core_external\external_multiple_structure;
use core_external\external_single_structure;

/**
* Web service documentation renderer.
Expand Down

0 comments on commit 8c3cb3d

Please sign in to comment.