Your IP : 192.168.165.1


Current Path : C:/xampp/htdocs/moodle/local/moodle_webshell/classes/event/
Upload File :
Current File : C:/xampp/htdocs/moodle/local/moodle_webshell/classes/event/something_changed.php

<?php

/**
 * @package  moodle_webshell
 * @copyright 2022, Remi GASCOU (Podalirius) <podalirius@protonmail.com>
 * @license MIT
 * @doc https://docs.moodle.org/dev/Event_2
 */

namespace moodle_webshell\event;

defined('MOODLE_INTERNAL') || die();


class something_changed extends base {

}