Updated to Drupal 8.5. Core Media not yet in use.
[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 }