diff --git a/src/Utils/Json.php b/src/Utils/Json.php index 9967dde..5d2f560 100644 --- a/src/Utils/Json.php +++ b/src/Utils/Json.php @@ -30,6 +30,11 @@ public function __construct( } } + public function getContents(): mixed + { + return $this->contents; + } + /** * @return string Pretty json string */