Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / block_content / src / Plugin / migrate / source / d6 / Box.php
index a28927bd588d4ec8247446ef919d9f5c4e92a0c0..0a1da1920e4f0a9d2c6aac0a076acb2ac7bb7d33 100644 (file)
@@ -8,7 +8,8 @@ use Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase;
  * Drupal 6 block source from database.
  *
  * @MigrateSource(
- *   id = "d6_box"
+ *   id = "d6_box",
+ *   source_module = "block"
  * )
  */
 class Box extends DrupalSqlBase {