X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fsrc%2FCommands%2Fcore%2FEditCommands.php;fp=vendor%2Fdrush%2Fdrush%2Fsrc%2FCommands%2Fcore%2FEditCommands.php;h=47189b42916eacbddd9b219062c5c9309fd8f691;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=997d6c592ebfa388def886268283d0e52a4fb9a5;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/vendor/drush/drush/src/Commands/core/EditCommands.php b/vendor/drush/drush/src/Commands/core/EditCommands.php index 997d6c592..47189b429 100644 --- a/vendor/drush/drush/src/Commands/core/EditCommands.php +++ b/vendor/drush/drush/src/Commands/core/EditCommands.php @@ -3,8 +3,8 @@ namespace Drush\Commands\core; use Drush\Commands\DrushCommands; use Drush\Drush; -use Drush\SiteAlias\SiteAliasManagerAwareInterface; -use Drush\SiteAlias\SiteAliasManagerAwareTrait; +use Consolidation\SiteAlias\SiteAliasManagerAwareInterface; +use Consolidation\SiteAlias\SiteAliasManagerAwareTrait; class EditCommands extends DrushCommands implements SiteAliasManagerAwareInterface {