Skip to content

Commit

Permalink
Remove 'Invalid event function' 'get_legacy_eventname()'
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixDiLenarda authored and MartinGauk committed Aug 22, 2024
1 parent 04ca5dc commit 90b75fd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions classes/event/license_changed.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ public static function get_name() {
return get_string('eventlicensechanged', 'local_listcoursefiles');
}

/**
* Does this event replace a legacy event?
*
* @return string legacy event name
*/
public static function get_legacy_eventname() {
return null;
}

/**
* Returns relevant URL.
*
Expand Down

0 comments on commit 90b75fd

Please sign in to comment.