Skip to content

Commit

Permalink
Add missing attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Mar 18, 2024
1 parent 36340f9 commit 8a550e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Database/Console/DbCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Symfony\Component\Process\Process;
use UnexpectedValueException;

#[AsCommand(name: 'db')]

Check failure on line 10 in src/Illuminate/Database/Console/DbCommand.php

View workflow job for this annotation

GitHub Actions / Source Code

Attribute class Illuminate\Database\Console\AsCommand does not exist.
class DbCommand extends Command
{
/**
Expand Down

0 comments on commit 8a550e7

Please sign in to comment.