MDL-58474 core_calendar: add missing action_event_interface import

Part of MDL-55611 epic.
This commit is contained in:
Simey Lameze 2017-04-04 10:34:32 +08:00 committed by Dan Poltawski
parent d7bc2c6fd5
commit 53cbac18ba

View File

@ -28,6 +28,7 @@ defined('MOODLE_INTERNAL') || die();
use \core\external\exporter;
use \core_calendar\local\event\entities\event_interface;
use \core_calendar\local\event\entities\action_event_interface;
use \core_course\external\course_summary_exporter;
use \renderer_base;