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 38414b7 commit c49c3f0Copy full SHA for c49c3f0
src/Connectors/AsyncConnector.php
@@ -17,7 +17,6 @@ class AsyncConnector extends DatabaseConnector
17
*/
18
public function connect(array $config)
19
{
20
- var_dump($config);
21
return new AsyncQueue(
22
$this->connections->connection(array_get($config, 'connection')),
23
$config['table'],
0 commit comments