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