Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit c49c3f0

Browse files
committed
Remove debug
1 parent 38414b7 commit c49c3f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Connectors/AsyncConnector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class AsyncConnector extends DatabaseConnector
1717
*/
1818
public function connect(array $config)
1919
{
20-
var_dump($config);
2120
return new AsyncQueue(
2221
$this->connections->connection(array_get($config, 'connection')),
2322
$config['table'],

0 commit comments

Comments
 (0)