Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / src / Drupal / UpdateKernel.php
diff --git a/vendor/drush/drush/src/Drupal/UpdateKernel.php b/vendor/drush/drush/src/Drupal/UpdateKernel.php
new file mode 100644 (file)
index 0000000..5632fd3
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+namespace Drush\Drupal;
+
+use Drupal\Core\Update\UpdateKernel as DrupalUpdateKernel;
+
+/**
+ * Overridden version of UpdateKernel adapted to the needs of Drush.
+ */
+class UpdateKernel extends DrupalUpdateKernel
+{
+    use DrupalKernelTrait;
+}