Skip to content

Commit

Permalink
delete require once in services
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaroWalter committed May 17, 2024
1 parent 7d0f2a3 commit 447ff94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions db/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
*/
defined('MOODLE_INTERNAL') || die;

// TODO: Delete the include when Moodle 4.1 is no longer supported.
global $CFG;
require_once("$CFG->libdir/externallib.php");

$functions = [
'block_townsquare_record_usersettings' => [
'classname' => 'block_townsquare\external',
Expand Down

0 comments on commit 447ff94

Please sign in to comment.