Skip to content

Commit

Permalink
Add in missing property definition. (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Oct 18, 2023
1 parent 8cd4b26 commit 4a66979
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ class Config implements ConfigInterface {

use RefinableCacheableDependencyTrait;

/**
* The config factory service.
*
* @var \Drupal\Core\Config\ConfigFactoryInterface
*/
protected $configFactory;

/**
* The openseadragon config.
*
Expand Down

0 comments on commit 4a66979

Please sign in to comment.