We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be32ac commit 6177878Copy full SHA for 6177878
src/Support/CustomDumper.php
@@ -29,7 +29,7 @@ public static function register($basePath, $compiledViewPath): static
29
30
public static function dumpServerHost(): string
31
{
32
- return config()->string('solo.dump_server_host', 'tcp://127.0.0.1:9984');
+ return config()->get('solo.dump_server_host', 'tcp://127.0.0.1:9984');
33
}
34
35
public function __construct(public string $basePath, public string $compiledViewPath)
0 commit comments