Skip to content

Commit

Permalink
Add correct prefix for plugin 'array_unique'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Borchert committed Nov 15, 2017
1 parent 118445d commit 1eb61de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/migrate/process/ArrayUnique.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* This plugin removes duplicate values from source value.
*
* @MigrateProcessPlugin(
* id = "array_unique",
* id = "up_array_unique",
* handle_multiples = TRUE
* )
*/
Expand Down

0 comments on commit 1eb61de

Please sign in to comment.