Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / vendor / drush / drush / src / SiteAlias / SiteAliasManagerAwareInterface.php
1 <?php
2 namespace Drush\SiteAlias;
3
4 /**
5  * Inflection interface for the site alias manager.
6  */
7 interface SiteAliasManagerAwareInterface extends \Consolidation\SiteAlias\SiteAliasManagerAwareInterface
8 {
9 }