Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / user / src / Plugin / migrate / source / d6 / UserPictureFile.php
index 8952ffdf82bc65fb00c1460edfe463ffa5489fcf..72d18fd08f36b247a27c615c317d3edbe91db73a 100644 (file)
@@ -9,7 +9,8 @@ use Drupal\migrate\Row;
  * Drupal 6 user picture source from database.
  *
  * @MigrateSource(
- *   id = "d6_user_picture_file"
+ *   id = "d6_user_picture_file",
+ *   source_module = "user"
  * )
  */
 class UserPictureFile extends DrupalSqlBase {