85e9feac4e0ece69900dd98e0c76ec888ff3375f
[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 }