From e37e63c62ad48214e0e90c678ecc71fbd53cc9c9 Mon Sep 17 00:00:00 2001 From: aerni Date: Mon, 3 Jun 2024 12:28:54 +0000 Subject: [PATCH] [auto commit] Linting --- src/Synthesizers/ValueSynthesizer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Synthesizers/ValueSynthesizer.php b/src/Synthesizers/ValueSynthesizer.php index d99dd9f..1eb5792 100644 --- a/src/Synthesizers/ValueSynthesizer.php +++ b/src/Synthesizers/ValueSynthesizer.php @@ -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) {