We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36340f9 commit 8a550e7Copy full SHA for 8a550e7
src/Illuminate/Database/Console/DbCommand.php
@@ -7,6 +7,7 @@
7
use Symfony\Component\Process\Process;
8
use UnexpectedValueException;
9
10
+#[AsCommand(name: 'db')]
11
class DbCommand extends Command
12
{
13
/**
0 commit comments