Renaming an event

This commit is contained in:
2017-11-18 08:29:21 +04:00
parent 1e8cbe7f09
commit 29c12fa971
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ defined("MOODLE_INTERNAL") || die();
* @copyright 2017 "Valentin Popov" <info@valentineus.link>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class response_get extends \core\event\base {
class response_answer extends \core\event\base {
/**
* Init method.
*/