Skip to content

Commit

Permalink
External API test fix #884
Browse files Browse the repository at this point in the history
  • Loading branch information
bwalkerl committed Jun 10, 2024
1 parent 0488b2e commit d304d73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions classes/external/trigger_dataflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@

namespace tool_dataflows\external;

defined('MOODLE_INTERNAL') || die();

require_once($CFG->libdir . '/externallib.php');

use external_function_parameters;
use external_single_structure;
use external_value;
Expand Down

0 comments on commit d304d73

Please sign in to comment.