Browse Source

maybe it would help if i named the variables consistently

d9_islandora
ezoller 4 years ago
parent
commit
4f8fef8fbe
  1. 2
      src/Plugin/Action/AbstractGenerateDerivative.php

2
src/Plugin/Action/AbstractGenerateDerivative.php

@ -56,7 +56,7 @@ class AbstractGenerateDerivative extends EmitEvent {
*
* @var \Drupal\Core\Config\ConfigFactory
*/
protected $config;
protected $configFactory;
/**
* Constructs a EmitEvent action.

Loading…
Cancel
Save