Fix variable comment
This commit is contained in:
@@ -82,7 +82,8 @@ final class MDConcObjectTagRelTypes implements MDImporterConcordanceListInterfac
|
||||
return self::RELATION_TYPES_MAPPED_TO_EVENTS[strtolower($input)];
|
||||
}
|
||||
|
||||
throw MDImporterMissingConcordance::setup("object-tag relationship", $input);
|
||||
MDImporterMissingConcordance::throw("object-tag relationship", $input);
|
||||
return ['event_type' => 24, 'target_section' => 'time'];
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user