Skip to content

Commit eb3ba27

Browse files
committed
Add missing attribute
1 parent 36340f9 commit eb3ba27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Database/Console/DbCommand.php

+2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
use Illuminate\Console\Command;
66
use Illuminate\Support\ConfigurationUrlParser;
7+
use Symfony\Component\Console\Attribute\AsCommand;
78
use Symfony\Component\Process\Process;
89
use UnexpectedValueException;
910

11+
#[AsCommand(name: 'db')]
1012
class DbCommand extends Command
1113
{
1214
/**

0 commit comments

Comments
 (0)