MDL-62134 tool_dataprivacy: Remove reference to old manager

This commit is contained in:
Andrew Nicols 2018-05-16 12:26:50 +08:00
parent 8760b7335b
commit 8da25ca04c
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/>.
/**
* Class \tool_dataprivacy\manager
* Class \tool_dataprivacy\manager_observer.
*
* @package tool_dataprivacy
* @copyright 2018 Marina Glancy

View File

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