We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9a801 commit b111986Copy full SHA for b111986
src/Bindings/AliasBinding.php
@@ -53,6 +53,7 @@ public function bind($jsonDecoder, $jsonData, $propertyAccessor)
53
{
54
if (array_key_exists($this->jsonField, $jsonData)) {
55
$propertyAccessor->set($jsonData[$this->jsonField]);
56
+
57
return;
58
}
59
0 commit comments