MDL-61691 core_plagiarism: fix namespace in privacy provider interface
authorJake Dallimore <jake@moodle.com>
Tue, 20 Mar 2018 03:48:52 +0000 (11:48 +0800)
committerJake Dallimore <jake@moodle.com>
Mon, 26 Mar 2018 04:28:58 +0000 (12:28 +0800)
plagiarism/classes/privacy/plagiarism_provider.php

index dbb038a..2d8eb30 100644 (file)
@@ -22,7 +22,7 @@
  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  */
 
-namespace core_comment\privacy;
+namespace core_plagiarism\privacy;
 
 defined('MOODLE_INTERNAL') || die();