Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / user / src / Plugin / migrate / source / d6 / UserPicture.php
index 6b16ad4009dbd57a66e6c9187e2631c9c764a242..0d5bd6bcb3103ffab5e7961017ecf4b8132bd421 100644 (file)
@@ -10,7 +10,8 @@ use Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase;
  * @todo Support default picture?
  *
  * @MigrateSource(
- *   id = "d6_user_picture"
+ *   id = "d6_user_picture",
+ *   source_module = "user"
  * )
  */
 class UserPicture extends DrupalSqlBase {