Updated Drupal to 8.6. This goes with the following updates because it's possible...
[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 }