We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9565cfa commit 6ca6a0eCopy full SHA for 6ca6a0e
src/Command/SchemaExistsCommand.php
@@ -36,7 +36,7 @@ public function __construct(
36
protected function configure(): void
37
{
38
$this
39
- ->setName('tspm:database:schema-exists')
+ ->setName('brainbits:database:schema-exists')
40
->setDescription('This command returns an error code of '.self::CODE_NO_TABLES.' if a schema does not exist.'); // phpcs:ignore
41
}
42
0 commit comments