Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / src / Backend / BackendPathEvaluator.php
index 4930b025d0f630228a7cf06dd67229e037731d53..5e60b520247bed46c77f1a60f7c3bd8d047cb373 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 namespace Drush\Backend;
 
-use Drush\SiteAlias\AliasRecord;
-use Drush\SiteAlias\HostPath;
+use Consolidation\SiteAlias\AliasRecord;
+use Consolidation\SiteAlias\HostPath;
 
 class BackendPathEvaluator
 {