Skip to content

Commit 6ca6a0e

Browse files
committed
fix: Use correct package name in command name
1 parent 9565cfa commit 6ca6a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/SchemaExistsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct(
3636
protected function configure(): void
3737
{
3838
$this
39-
->setName('tspm:database:schema-exists')
39+
->setName('brainbits:database:schema-exists')
4040
->setDescription('This command returns an error code of '.self::CODE_NO_TABLES.' if a schema does not exist.'); // phpcs:ignore
4141
}
4242

0 commit comments

Comments
 (0)