diff --git a/core/modules/image/image.install b/core/modules/image/image.install index 58b673b..18a3056 100644 --- a/core/modules/image/image.install +++ b/core/modules/image/image.install @@ -98,7 +98,7 @@ function _image_update_get_style_with_effects(array $style) { */ function image_update_8000() { $language = language_default(); - $uuid = new Uuid(); + $uuid = \Drupal::service('uuid'); $result = db_select('image_styles', NULL, array('fetch' => PDO::FETCH_ASSOC)) ->fields('image_styles')