Skip to content

Commit

Permalink
Add getContents method to Json class
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Nov 26, 2023
1 parent 4debbfc commit caa8bc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Utils/Json.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ public function __construct(
}
}

public function getContents(): mixed
{
return $this->contents;
}

/**
* @return string Pretty json string
*/
Expand Down

0 comments on commit caa8bc0

Please sign in to comment.