X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fsrc%2FCommand%2FServiceCommandlist.php;fp=vendor%2Fdrush%2Fdrush%2Flib%2FDrush%2FCommand%2FServiceCommandlist.php;h=c64242f6286586a32598df940f477b724bbd8eb3;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=b0bcfc3044a040d4b99e56daf46cf493c341a422;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/drush/drush/lib/Drush/Command/ServiceCommandlist.php b/vendor/drush/drush/src/Command/ServiceCommandlist.php similarity index 80% rename from vendor/drush/drush/lib/Drush/Command/ServiceCommandlist.php rename to vendor/drush/drush/src/Command/ServiceCommandlist.php index b0bcfc304..c64242f62 100644 --- a/vendor/drush/drush/lib/Drush/Command/ServiceCommandlist.php +++ b/vendor/drush/drush/src/Command/ServiceCommandlist.php @@ -7,12 +7,12 @@ use Drush\Log\LogLevel; * Keep a list of all of the service commands that we can find when the * Drupal Kernel is booted. */ -class ServiceCommandlist { +class ServiceCommandlist +{ protected $commandList = []; public function addCommandReference($command) { - drush_log(dt("add command reference"), LogLevel::DEBUG); $this->commandList[] = $command; }