X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a8b5652210bf2258847e5880d6c6866fdfdc04a3..refs/pull/5280/head:/app/Http/HttpClientHistory.php diff --git a/app/Http/HttpClientHistory.php b/app/Http/HttpClientHistory.php index 7d019d77c..f224b1779 100644 --- a/app/Http/HttpClientHistory.php +++ b/app/Http/HttpClientHistory.php @@ -25,4 +25,9 @@ class HttpClientHistory { return $this->requestAt($this->requestCount() - 1); } + + public function all(): array + { + return $this->container; + } }