shorten command names
This commit is contained in:
@ -9,7 +9,7 @@ use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
class ListDatabasesCommand extends Command
|
||||
{
|
||||
protected static $defaultName = 'app:db:list';
|
||||
protected static $defaultName = 'db:list';
|
||||
|
||||
public function __construct(
|
||||
private DatabaseService $db,
|
||||
|
Reference in New Issue
Block a user