Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / vendor / drush / drush / src / Drupal / UpdateKernel.php
1 <?php
2 namespace Drush\Drupal;
3
4 use Drupal\Core\Update\UpdateKernel as DrupalUpdateKernel;
5
6 /**
7  * Overridden version of UpdateKernel adapted to the needs of Drush.
8  */
9 class UpdateKernel extends DrupalUpdateKernel
10 {
11     use DrupalKernelTrait;
12 }