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

Commit

Permalink
[auto commit] Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni authored and github-actions[bot] committed Jun 3, 2024
1 parent f8250ad commit e37e63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Synthesizers/ValueSynthesizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function dehydrate($target, $dehydrateChild)
'handle' => $value->handle,
'fieldtype' => $value->fieldtype,
'augmentable' => $value->augmentable,
'shallow' => $value->shallow,
'shallow' => $value->shallow,
];

foreach ($data as $key => $child) {
Expand Down

0 comments on commit e37e63c

Please sign in to comment.