Skip to content

Commit

Permalink
Added the variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiteshkhatwani committed Feb 19, 2020
1 parent 72f7ad9 commit 4c98805
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Event/PurlNodeContextRoutes.php
Expand Up @@ -29,6 +29,13 @@ class PurlNodeContextRoutes implements EventSubscriberInterface {
*/
protected $entityStorage;

/**
* The node entity storage.
*
* @var \Drupal\Core\Entity\EntityStorageInterface
*/
protected $nodeStorage;

protected $routeMatch;

/**
Expand Down

0 comments on commit 4c98805

Please sign in to comment.