From 33c9bfb1d8fb0441f5b0ee959874f91b8a863b39 Mon Sep 17 00:00:00 2001 From: Adam Vessey Date: Thu, 19 Oct 2023 12:18:02 -0300 Subject: [PATCH] Define property. --- src/Routing/FixityCheckRouteSubscriber.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Routing/FixityCheckRouteSubscriber.php b/src/Routing/FixityCheckRouteSubscriber.php index d6b0c6b..14e12a9 100644 --- a/src/Routing/FixityCheckRouteSubscriber.php +++ b/src/Routing/FixityCheckRouteSubscriber.php @@ -21,6 +21,13 @@ class FixityCheckRouteSubscriber extends RouteSubscriberBase { */ protected $fixity; + /** + * The entity type manager service. + * + * @var \Drupal\Core\Entity\EntityTypeManagerInterface + */ + protected EntityTypeManagerInterface $entityTypeManager; + /** * Subscriber for Fixity Check routes. *