Browse Source

Define property.

pull/11/head
Adam Vessey 1 year ago
parent
commit
33c9bfb1d8
No known key found for this signature in database
GPG Key ID: 89B39535BF6D0D39
  1. 7
      src/Routing/FixityCheckRouteSubscriber.php

7
src/Routing/FixityCheckRouteSubscriber.php

@ -21,6 +21,13 @@ class FixityCheckRouteSubscriber extends RouteSubscriberBase {
*/ */
protected $fixity; protected $fixity;
/**
* The entity type manager service.
*
* @var \Drupal\Core\Entity\EntityTypeManagerInterface
*/
protected EntityTypeManagerInterface $entityTypeManager;
/** /**
* Subscriber for Fixity Check routes. * Subscriber for Fixity Check routes.
* *

Loading…
Cancel
Save