Skip to content

Commit 099aafa

Browse files
author
Wout Gevaert
committed
Use withProperty instead of withProperties in Variable::withProperty
1 parent 7b43d5f commit 099aafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Variable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public function relationshipUni(HasRelationshipsType $nodeOrPath, ?string $type
188188
*/
189189
public function withProperty(string $key, PropertyType $value): HasPropertiesType
190190
{
191-
return $this->toNode()->withProperties($key, $value);
191+
return $this->toNode()->withProperty($key, $value);
192192
}
193193

194194
/**

0 commit comments

Comments
 (0)