Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / book / src / Plugin / migrate / source / d6 / Book.php
index f41bb42dfa749cb4652d1106ce98e250a941aee0..87ae972140fd73a2203bcd184f8a97c708c99fe2 100644 (file)
@@ -8,7 +8,8 @@ use Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase;
  * Drupal 6 book source.
  *
  * @MigrateSource(
- *   id = "d6_book"
+ *   id = "d6_book",
+ *   source_module = "book"
  * )
  */
 class Book extends DrupalSqlBase {