Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / consolidation / config / src / Config.php
index 25f714f25b38fd504594476e9e8344bf33043a05..3b9827f5799eadd7792c34725a606a5d0d63a50b 100644 (file)
@@ -3,9 +3,12 @@
 namespace Consolidation\Config;
 
 use Dflydev\DotAccessData\Data;
+use Consolidation\Config\Util\ConfigInterpolatorInterface;
+use Consolidation\Config\Util\ConfigInterpolatorTrait;
 
-class Config implements ConfigInterface
+class Config implements ConfigInterface, ConfigInterpolatorInterface
 {
+    use ConfigInterpolatorTrait;
 
     /**
      * @var Data