Browse Source

Merge pull request #11 from discoverygarden/fix/d10-27

D10-27: Define property.
pull/12/head v1.1.3
Noel Chiasson 1 year ago committed by GitHub
parent
commit
3c13f0d509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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