Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / consolidation / robo / src / Config.php
diff --git a/vendor/consolidation/robo/src/Config.php b/vendor/consolidation/robo/src/Config.php
new file mode 100644 (file)
index 0000000..9e9370d
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+namespace Robo;
+
+/**
+ * @deprecated Use \Robo\Config\Config
+ */
+class Config extends \Robo\Config\Config
+{
+}