Skip to content

Commit ea65e68

Browse files
committed
WIP
1 parent a47c8c1 commit ea65e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Requests/GetPublicListing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function createDtoFromResponse(Response $response): mixed
4747
protected function defaultConfig(): array
4848
{
4949
return [
50-
'timeout' => config('flatfox.caching', 15),
50+
'timeout' => config('flatfox.timeout', 15),
5151
];
5252
}
5353

0 commit comments

Comments
 (0)