X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fsrc%2FCommands%2Fcore%2FRsyncCommands.php;fp=vendor%2Fdrush%2Fdrush%2Fsrc%2FCommands%2Fcore%2FRsyncCommands.php;h=124903a6e2631161d7b52cde37bfb83cfe58ed30;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=96bf9c437981de4ddd9c742c1cc0d86e8420cb03;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/vendor/drush/drush/src/Commands/core/RsyncCommands.php b/vendor/drush/drush/src/Commands/core/RsyncCommands.php index 96bf9c437..124903a6e 100644 --- a/vendor/drush/drush/src/Commands/core/RsyncCommands.php +++ b/vendor/drush/drush/src/Commands/core/RsyncCommands.php @@ -5,9 +5,9 @@ use Consolidation\AnnotatedCommand\CommandData; use Drush\Commands\DrushCommands; use Drush\Drush; use Drush\Exceptions\UserAbortException; -use Drush\SiteAlias\HostPath; -use Drush\SiteAlias\SiteAliasManagerAwareInterface; -use Drush\SiteAlias\SiteAliasManagerAwareTrait; +use Consolidation\SiteAlias\HostPath; +use Consolidation\SiteAlias\SiteAliasManagerAwareInterface; +use Consolidation\SiteAlias\SiteAliasManagerAwareTrait; use Drush\Backend\BackendPathEvaluator; use Drush\Config\ConfigLocator; use Symfony\Component\Console\Event\ConsoleCommandEvent;