Skip to content

Commit

Permalink
drush core:status no longer works in Drush 11 with non-core db drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
mondrake committed Jan 17, 2022
1 parent 6ab4edf commit e51895f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sql/SqlBase.php
Expand Up @@ -111,6 +111,7 @@ public static function getInstance($db_spec, $options): ?self
$instance->setConfig(Drush::config());
return $instance;
}
return null;
}

/*
Expand Down

0 comments on commit e51895f

Please sign in to comment.