Skip to content

Commit 8a550e7

Browse files
committed
Add missing attribute
1 parent 36340f9 commit 8a550e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Database/Console/DbCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use Symfony\Component\Process\Process;
88
use UnexpectedValueException;
99

10+
#[AsCommand(name: 'db')]
1011
class DbCommand extends Command
1112
{
1213
/**

0 commit comments

Comments
 (0)