Skip to content

Commit 03d6c6d

Browse files
committed
style
1 parent 14c7b9b commit 03d6c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Console/DbCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
use Illuminate\Console\Command;
66
use Illuminate\Support\ConfigurationUrlParser;
7+
use PDO;
78
use Symfony\Component\Console\Attribute\AsCommand;
89
use Symfony\Component\Process\Exception\ProcessFailedException;
910
use Symfony\Component\Process\ExecutableFinder;
1011
use Symfony\Component\Process\Process;
1112
use UnexpectedValueException;
12-
use PDO;
1313

1414
#[AsCommand(name: 'db')]
1515
class DbCommand extends Command

0 commit comments

Comments
 (0)