X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fsrc%2FCommands%2Fcore%2FSshCommands.php;fp=vendor%2Fdrush%2Fdrush%2Fsrc%2FCommands%2Fcore%2FSshCommands.php;h=605b866914b61b759791a66e83a4a9ae9c37499d;hp=61b5d4bd41b2a88d901505083a70ea55a6e31d6c;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/vendor/drush/drush/src/Commands/core/SshCommands.php b/vendor/drush/drush/src/Commands/core/SshCommands.php index 61b5d4bd4..605b86691 100644 --- a/vendor/drush/drush/src/Commands/core/SshCommands.php +++ b/vendor/drush/drush/src/Commands/core/SshCommands.php @@ -2,8 +2,8 @@ namespace Drush\Commands\core; use Drush\Commands\DrushCommands; -use Drush\SiteAlias\SiteAliasManagerAwareInterface; -use Drush\SiteAlias\SiteAliasManagerAwareTrait; +use Consolidation\SiteAlias\SiteAliasManagerAwareInterface; +use Consolidation\SiteAlias\SiteAliasManagerAwareTrait; class SshCommands extends DrushCommands implements SiteAliasManagerAwareInterface {