Skip to content

Commit 6177878

Browse files
committed
Fix compat
1 parent 1be32ac commit 6177878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/CustomDumper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static function register($basePath, $compiledViewPath): static
2929

3030
public static function dumpServerHost(): string
3131
{
32-
return config()->string('solo.dump_server_host', 'tcp://127.0.0.1:9984');
32+
return config()->get('solo.dump_server_host', 'tcp://127.0.0.1:9984');
3333
}
3434

3535
public function __construct(public string $basePath, public string $compiledViewPath)

0 commit comments

Comments
 (0)