We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de82512 commit 1f3b5baCopy full SHA for 1f3b5ba
tests/TestCase.php
@@ -53,10 +53,6 @@ protected function getEnvironmentSetUp($app): void
53
54
$app['config']->set('database.default', $defaultConnection);
55
56
- if ($defaultConnection === 'pgsql') {
57
- dd([$credentials['pgsql'], $defaultConnection]);
58
- }
59
-
60
$app['config']->set("database.connections.$defaultConnection", [
61
'host' => $host,
62
'driver' => $defaultConnection,
0 commit comments