]> BookStack Code Mirror - bookstack/blobdiff - app/Http/HttpClientHistory.php
respective book and chapter structure added.
[bookstack] / app / Http / HttpClientHistory.php
index 7d019d77ca63b46cf1c8dbf58634864af6f6a1c6..f224b177997d88ef9d531316b847a5310bc0ab37 100644 (file)
@@ -25,4 +25,9 @@ class HttpClientHistory
     {
         return $this->requestAt($this->requestCount() - 1);
     }
+
+    public function all(): array
+    {
+        return $this->container;
+    }
 }