diff --git a/core/modules/shortcut/src/Entity/ShortcutSet.php b/core/modules/shortcut/src/Entity/ShortcutSet.php index 52e3ecc..5364f83 100644 --- a/core/modules/shortcut/src/Entity/ShortcutSet.php +++ b/core/modules/shortcut/src/Entity/ShortcutSet.php @@ -7,8 +7,13 @@ namespace Drupal\shortcut\Entity; -use Drupal\Core\Config\Entity\ConfigEntityBase; +use Drupal\Core\Cache\RefinableCacheableDependencyInterface; +use Drupal\Core\Config\Entity\ConfigEntityBundleBase; +use Drupal\Core\Config\Entity\ConfigEntityInterface; +use Drupal\Core\Config\Entity\ThirdPartySettingsInterface; +use Drupal\Core\Entity\EntityInterface; use Drupal\Core\Entity\EntityStorageInterface; +use Drupal\Core\Session\AccountInterface; use Drupal\shortcut\ShortcutSetInterface; /** @@ -47,7 +52,7 @@ * } * ) */ -class ShortcutSet extends ConfigEntityBase implements ShortcutSetInterface { +class ShortcutSet extends ConfigEntityBundleBase implements ShortcutSetInterface { /** * The machine name for the configuration entity.