f696bdd57c0a985d5420b57063ea8acfa421a4ff
[yaffs-website] / vendor / drush / drush / src / Drupal / InstallerKernel.php
1 <?php
2 namespace Drush\Drupal;
3
4 use Drupal\Core\Installer\InstallerKernel as DrupalInstallerKernel;
5
6 /**
7  * Overridden version of InstallerKernel adapted to the needs of Drush.
8  */
9 class InstallerKernel extends DrupalInstallerKernel
10 {
11     use DrupalKernelTrait;
12 }