Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavobazzo committed Sep 5, 2024
1 parent ada1cb3 commit 8bc7ef1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/classes/dao.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
* @license {@link http://www.gnu.org/licenses/gpl-3.0.html} GNU GPL v3 or later
*/

namespace filter_recitactivity;
use context_course;

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

/**
Expand Down
4 changes: 4 additions & 0 deletions src/classes/text_filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@

require_once(__DIR__."/dao.php");
require_once(__DIR__ . '/../../../h5p/lib.php');

use core_h5p\local\library\autoloader;
use stdClass;
use cm_info;
use html_writer;

/**
* Main class for filtering text.
Expand Down

0 comments on commit 8bc7ef1

Please sign in to comment.