Skip to content

Commit

Permalink
Fix #6051. site:alias not working in 13.x when database is not availa…
Browse files Browse the repository at this point in the history
…ble (#6077)
  • Loading branch information
weitzman authored Aug 2, 2024
1 parent 3927c4b commit c59def8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Commands/core/SiteCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@

namespace Drush\Commands\core;

use Symfony\Component\Filesystem\Filesystem;
use Consolidation\OutputFormatters\StructuredData\UnstructuredListData;
use Consolidation\SiteAlias\SiteAliasManagerInterface;
use Drush\Attributes as CLI;
use Drush\Boot\DrupalBootLevels;
use Drush\Commands\AutowireTrait;
use Drush\Commands\DrushCommands;
use Symfony\Component\Filesystem\Filesystem;

#[CLI\Bootstrap(DrupalBootLevels::NONE)]
final class SiteCommands extends DrushCommands
{
use AutowireTrait;
Expand Down

0 comments on commit c59def8

Please sign in to comment.