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 36340f9 commit eb3ba27Copy full SHA for eb3ba27
src/Illuminate/Database/Console/DbCommand.php
@@ -4,9 +4,11 @@
4
5
use Illuminate\Console\Command;
6
use Illuminate\Support\ConfigurationUrlParser;
7
+use Symfony\Component\Console\Attribute\AsCommand;
8
use Symfony\Component\Process\Process;
9
use UnexpectedValueException;
10
11
+#[AsCommand(name: 'db')]
12
class DbCommand extends Command
13
{
14
/**
0 commit comments