diff --git a/core/modules/shortcut/lib/Drupal/shortcut/Form/SwitchShortcutSet.php b/core/modules/shortcut/lib/Drupal/shortcut/Form/SwitchShortcutSet.php index aba77e0..ee0836b 100644 --- a/core/modules/shortcut/lib/Drupal/shortcut/Form/SwitchShortcutSet.php +++ b/core/modules/shortcut/lib/Drupal/shortcut/Form/SwitchShortcutSet.php @@ -49,7 +49,7 @@ public function __construct(ShortcutSetStorageInterface $shortcut_set_storage_co */ public static function create(ContainerInterface $container) { return new static( - $container->get('entity.manager')->getStorageController('shortcut_set') + $container->get('entity.manager')->getStorage('shortcut_set') ); }