Skip to content

Commit 41f5bcc

Browse files
committed
remove vardump
1 parent 05eabda commit 41f5bcc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

EnqueueServiceProvider.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ private function registerClient()
4242
$this->app->singleton(SimpleClient::class, function() {
4343
/** @var \Illuminate\Config\Repository $config */
4444
$config = $this->app['config'];
45-
46-
var_dump($config->get('enqueue.client'));
45+
4746
return new SimpleClient($config->get('enqueue.client'));
4847
});
4948

0 commit comments

Comments
 (0)