diff --git a/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/Role.php b/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/Role.php index b443a48..fc7a741 100644 --- a/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/Role.php +++ b/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/Role.php @@ -19,7 +19,7 @@ * label = @Translation("Role"), * module = "user", * controllers = { - * "storage" = "Drupal\user\RoleStorageController" + * "storage" = "Drupal\user\RoleStorageController", * "list" = "Drupal\user\RoleListController", * "form" = { * "default" = "Drupal\user\RoleFormController"