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 05eabda commit 41f5bccCopy full SHA for 41f5bcc
EnqueueServiceProvider.php
@@ -42,8 +42,7 @@ private function registerClient()
42
$this->app->singleton(SimpleClient::class, function() {
43
/** @var \Illuminate\Config\Repository $config */
44
$config = $this->app['config'];
45
-
46
- var_dump($config->get('enqueue.client'));
+
47
return new SimpleClient($config->get('enqueue.client'));
48
});
49
0 commit comments