Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / src / Bootstrap / DrupalUpdateKernel.php
diff --git a/vendor/drupal/console/src/Bootstrap/DrupalUpdateKernel.php b/vendor/drupal/console/src/Bootstrap/DrupalUpdateKernel.php
new file mode 100644 (file)
index 0000000..85e9fea
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+
+namespace Drupal\Console\Bootstrap;
+
+use Drupal\Core\Update\UpdateKernel as DrupalKernelBase;
+
+/**
+ * Class DrupalUpdateKernel
+ *
+ * @package Drupal\Console\Bootstrap
+ */
+class DrupalUpdateKernel extends DrupalKernelBase
+{
+    use DrupalKernelTrait;
+}