X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fsrc%2FCommands%2Fconfig%2FConfigPullCommands.php;fp=vendor%2Fdrush%2Fdrush%2Fsrc%2FCommands%2Fconfig%2FConfigPullCommands.php;h=7c2228cbf02d1900afc6be761c5dd7fa967b8341;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=b94e02bd944a79dbe494f3656fb6883167877a42;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/vendor/drush/drush/src/Commands/config/ConfigPullCommands.php b/vendor/drush/drush/src/Commands/config/ConfigPullCommands.php index b94e02bd9..7c2228cbf 100644 --- a/vendor/drush/drush/src/Commands/config/ConfigPullCommands.php +++ b/vendor/drush/drush/src/Commands/config/ConfigPullCommands.php @@ -4,9 +4,9 @@ namespace Drush\Commands\config; use Consolidation\AnnotatedCommand\CommandData; use Drush\Commands\DrushCommands; use Drush\Drush; -use Drush\SiteAlias\HostPath; -use Drush\SiteAlias\SiteAliasManagerAwareInterface; -use Drush\SiteAlias\SiteAliasManagerAwareTrait; +use Consolidation\SiteAlias\HostPath; +use Consolidation\SiteAlias\SiteAliasManagerAwareInterface; +use Consolidation\SiteAlias\SiteAliasManagerAwareTrait; class ConfigPullCommands extends DrushCommands implements SiteAliasManagerAwareInterface {