Skip to content

Commit f156325

Browse files
Merge branch 'main' of github.com:kiwilan/steward-laravel
2 parents 75da868 + 7a24d5c commit f156325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Utils/Json.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Json
1414
* @param mixed $data Can be a file path, json string, or array
1515
*/
1616
public function __construct(
17-
readonly protected mixed $data,
17+
protected readonly mixed $data,
1818
) {
1919
if (is_array($data)) {
2020
$this->contents = $this->data;

0 commit comments

Comments
 (0)