diff --git a/core/modules/user/lib/Drupal/user/UserStorageInterface.php b/core/modules/user/lib/Drupal/user/UserStorageInterface.php
index 37b0680..073e018 100644
--- a/core/modules/user/lib/Drupal/user/UserStorageInterface.php
+++ b/core/modules/user/lib/Drupal/user/UserStorageInterface.php
@@ -7,13 +7,12 @@
 
 namespace Drupal\user;
 
-use Drupal\Core\Entity\EntityInterface;
 use Drupal\Core\Entity\EntityStorageInterface;
 
 /**
  * Defines a common interface for user entity controller classes.
  */
-interface UserStorageInterface {
+interface UserStorageInterface extends EntityStorageInterface {
 
   /**
    * Add any roles from the storage to the user.
