Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / src / Commands / core / SshCommands.php
index 61b5d4bd41b2a88d901505083a70ea55a6e31d6c..605b866914b61b759791a66e83a4a9ae9c37499d 100644 (file)
@@ -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
 {