diff --git a/src/Commands/core/SiteCommands.php b/src/Commands/core/SiteCommands.php index d129815e24..fbf21eeb70 100644 --- a/src/Commands/core/SiteCommands.php +++ b/src/Commands/core/SiteCommands.php @@ -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;