Fix
This commit is contained in:
@@ -31,7 +31,7 @@ enum MDAppointmentRecordingHoster implements MDValueEnumInterface, JsonSerializa
|
||||
* @return string
|
||||
*/
|
||||
public function toString():string {
|
||||
return match(this) {
|
||||
return match($this) {
|
||||
self::archive_org => 'Archive.org',
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user