From 4f8fef8fbe5ef4a574df28b39ebe570d95ed8235 Mon Sep 17 00:00:00 2001 From: ezoller Date: Tue, 15 Dec 2020 18:05:39 +0000 Subject: [PATCH] maybe it would help if i named the variables consistently --- src/Plugin/Action/AbstractGenerateDerivative.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin/Action/AbstractGenerateDerivative.php b/src/Plugin/Action/AbstractGenerateDerivative.php index 7ae21f92..607da490 100644 --- a/src/Plugin/Action/AbstractGenerateDerivative.php +++ b/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.