Skip to content

Commit

Permalink
Fix expected MOODLE_INTERNAL error by splitting the use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
keevan committed Jan 19, 2022
1 parent a104d1d commit 781ab57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/check/enabled.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
namespace tool_forcedcache\check;
use core\check\check,
core\check\result;
use core\check\check;
use core\check\result;

class enabled extends check {
/**
Expand Down

0 comments on commit 781ab57

Please sign in to comment.