X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Flib%2FDrush%2FCommands%2Fcore%2FStatusCommands.php;fp=vendor%2Fdrush%2Fdrush%2Flib%2FDrush%2FCommands%2Fcore%2FStatusCommands.php;h=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=2f21810c8fac864f5965639ef7e6fe24a2818133;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/drush/drush/lib/Drush/Commands/core/StatusCommands.php b/vendor/drush/drush/lib/Drush/Commands/core/StatusCommands.php deleted file mode 100644 index 2f21810c8..000000000 --- a/vendor/drush/drush/lib/Drush/Commands/core/StatusCommands.php +++ /dev/null @@ -1,58 +0,0 @@ - '', 'format' => 'table', 'fields' => '']) { - $data = _core_site_status_table($options['project']); - - return new AssociativeList($data); - } -} -