Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / taxonomy / src / Plugin / migrate / source / d6 / TermNodeRevision.php
index 91c133bc6ca4b6ff964c0973c42752408dc9ba3c..96d30d48af767695a92cc35659d40272120e3355 100644 (file)
@@ -6,7 +6,8 @@ namespace Drupal\taxonomy\Plugin\migrate\source\d6;
  * Source returning tids from the term_node table for the non-current revision.
  *
  * @MigrateSource(
- *   id = "d6_term_node_revision"
+ *   id = "d6_term_node_revision",
+ *   source_module = "taxonomy"
  * )
  */
 class TermNodeRevision extends TermNode {