mirror of
https://github.com/PawelSuwinski/moodle-auth_emailotp.git
synced 2026-05-17 05:48:40 +02:00
event classes refactoring
This commit is contained in:
@@ -34,5 +34,5 @@ defined('MOODLE_INTERNAL') || die();
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
class otp_revoked extends otp_generated {
|
||||
protected static $crud = 'd';
|
||||
protected const CRUD = 'd';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user