Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / migrate / src / Plugin / migrate / source / EmptySource.php
index 09f8a95792b4a8825b7e03f1a1fb858dbae1fe2f..c3add91a6b791b59572ef9ce44820794278213c4 100644 (file)
@@ -19,7 +19,8 @@ namespace Drupal\migrate\Plugin\migrate\source;
  * elements, with values of 'user' and 'image', respectively.
  *
  * @MigrateSource(
- *   id = "empty"
+ *   id = "empty",
+ *   source_module = "migrate"
  * )
  */
 class EmptySource extends SourcePluginBase {