diff --git a/lib/Drupal/profile2/ProfileTypeListController.php b/lib/Drupal/profile2/ProfileTypeListController.php index 7012079..b566ff3 100644 --- a/lib/Drupal/profile2/ProfileTypeListController.php +++ b/lib/Drupal/profile2/ProfileTypeListController.php @@ -8,12 +8,12 @@ namespace Drupal\profile2; use Drupal\Core\Entity\EntityInterface; -use Drupal\Core\Entity\EntityListController; +use Drupal\Core\Config\Entity\ConfigEntityListController; /** * List controller for profile types. */ -class ProfileTypeListController extends EntityListController { +class ProfileTypeListController extends ConfigEntityListController { /** * Overrides EntityListController::getOperations().