Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit e37e63c

Browse files
aernigithub-actions[bot]
authored andcommitted
[auto commit] Linting
1 parent f8250ad commit e37e63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Synthesizers/ValueSynthesizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function dehydrate($target, $dehydrateChild)
2525
'handle' => $value->handle,
2626
'fieldtype' => $value->fieldtype,
2727
'augmentable' => $value->augmentable,
28-
'shallow' => $value->shallow,
28+
'shallow' => $value->shallow,
2929
];
3030

3131
foreach ($data as $key => $child) {

0 commit comments

Comments
 (0)