Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / src / Bootstrap / DrupalUpdateKernel.php
1 <?php
2
3 namespace Drupal\Console\Bootstrap;
4
5 use Drupal\Core\Update\UpdateKernel as DrupalKernelBase;
6
7 /**
8  * Class DrupalUpdateKernel
9  *
10  * @package Drupal\Console\Bootstrap
11  */
12 class DrupalUpdateKernel extends DrupalKernelBase
13 {
14     use DrupalKernelTrait;
15 }