Merge branch 'MDL-62134-master' of git://github.com/andrewnicols/moodle

This commit is contained in:
Jake Dallimore 2018-05-16 12:39:27 +08:00
commit dc69734963
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/** /**
* Class \tool_dataprivacy\manager * Class \tool_dataprivacy\manager_observer.
* *
* @package tool_dataprivacy * @package tool_dataprivacy
* @copyright 2018 Marina Glancy * @copyright 2018 Marina Glancy

View File

@ -30,7 +30,6 @@ use moodle_exception;
use tool_dataprivacy\api; use tool_dataprivacy\api;
use tool_dataprivacy\contextlist_context; use tool_dataprivacy\contextlist_context;
use tool_dataprivacy\data_request; use tool_dataprivacy\data_request;
use tool_dataprivacy\manager;
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();