1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Removed use of HttpFetcher

- Fixed some existing issues in new aligned process.
- Manually tested each external call scenario.
This commit is contained in:
Dan Brown
2023-09-08 17:16:57 +01:00
parent a8b5652210
commit 06490f624c
7 changed files with 54 additions and 104 deletions

View File

@@ -25,4 +25,9 @@ class HttpClientHistory
{
return $this->requestAt($this->requestCount() - 1);
}
public function all(): array
{
return $this->container;
}
}