Skip to content

Commit ce08b8e

Browse files
author
Lucas Michot
committed
No need to use config helper.
1 parent fff25a4 commit ce08b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DumpServerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function register()
4040
'command.dumpserver',
4141
]);
4242

43-
$host = config('debug-server.host');
43+
$host = $this->app['config']->get('debug-server.host');
4444

4545
$this->app->when(DumpServer::class)->needs('$host')->give($host);
4646

0 commit comments

Comments
 (0)