diff --git a/core/modules/basic_auth/lib/Drupal/basic_auth/Authentication/Provider/BasicAuth.php b/core/modules/basic_auth/lib/Drupal/basic_auth/Authentication/Provider/BasicAuth.php index 2ea0c5b..cde5db0 100644 --- a/core/modules/basic_auth/lib/Drupal/basic_auth/Authentication/Provider/BasicAuth.php +++ b/core/modules/basic_auth/lib/Drupal/basic_auth/Authentication/Provider/BasicAuth.php @@ -68,7 +68,7 @@ public function __construct(ConfigFactoryInterface $config_factory, UserAuthInte $this->configFactory = $config_factory; $this->userAuth = $user_auth; $this->flood = $flood; - $this->userStorage = $entity_manager->getStorageController('user'); + $this->userStorage = $entity_manager->getStorage('user'); } /**