Commit 56a04a7c authored by Anietie Ekanem's avatar Anietie Ekanem Committed by Tim Rohaly
Browse files

Issue #3294347 by SocialNicheGuru: Replace entityManagerInterface with entityTypeManagerInterface

parent efc5ae47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ class DeleteActionDeriver extends DeriverBase implements ContainerDeriverInterfa
  /**
   * The entity type manager.
   *
   * @var \Drupal\Core\Entity\EntityManagerInterface
   * @var \Drupal\Core\Entity\EntityTypeManagerInterface
   */
  protected $entityTypeManager;