1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-23 17:34:56 +02:00

MDL-61691 core_plagiarism: fix namespace in privacy provider interface

This commit is contained in:
Jake Dallimore 2018-03-20 11:48:52 +08:00
parent a15c745936
commit e315e84cf2

@ -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();