X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fsrc%2FCommands%2Fcore%2FCoreCommands.php;fp=vendor%2Fdrush%2Fdrush%2Fsrc%2FCommands%2Fcore%2FCoreCommands.php;h=c8ba2a753d64d7f0c6d87bd2a3f1816ea8dd3acc;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=658553e8f0dfd8b5143f1e600cb94850d6546465;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/vendor/drush/drush/src/Commands/core/CoreCommands.php b/vendor/drush/drush/src/Commands/core/CoreCommands.php index 658553e8f..c8ba2a753 100644 --- a/vendor/drush/drush/src/Commands/core/CoreCommands.php +++ b/vendor/drush/drush/src/Commands/core/CoreCommands.php @@ -5,8 +5,8 @@ use Consolidation\OutputFormatters\StructuredData\PropertyList; use Drush\Commands\DrushCommands; use Drush\Drush; use Consolidation\OutputFormatters\StructuredData\RowsOfFields; -use Drush\SiteAlias\SiteAliasManagerAwareInterface; -use Drush\SiteAlias\SiteAliasManagerAwareTrait; +use Consolidation\SiteAlias\SiteAliasManagerAwareInterface; +use Consolidation\SiteAlias\SiteAliasManagerAwareTrait; class CoreCommands extends DrushCommands implements SiteAliasManagerAwareInterface {