We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c7b9b commit 03d6c6dCopy full SHA for 03d6c6d
src/Illuminate/Database/Console/DbCommand.php
@@ -4,12 +4,12 @@
4
5
use Illuminate\Console\Command;
6
use Illuminate\Support\ConfigurationUrlParser;
7
+use PDO;
8
use Symfony\Component\Console\Attribute\AsCommand;
9
use Symfony\Component\Process\Exception\ProcessFailedException;
10
use Symfony\Component\Process\ExecutableFinder;
11
use Symfony\Component\Process\Process;
12
use UnexpectedValueException;
-use PDO;
13
14
#[AsCommand(name: 'db')]
15
class DbCommand extends Command
0 commit comments