Skip to content

Commit 3ecee52

Browse files
IonBazanCopilot
andauthored
Update src/Mapping/ClassMetadata.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 19d842b commit 3ecee52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mapping/ClassMetadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@
779779
/**
780780
* READ-ONLY: The name of the field which is used for locking a document.
781781
*/
782-
public mixed $lockField;
782+
public mixed $lockField = null;
783783

784784
/**
785785
* The ReflectionClass instance of the mapped class.

0 commit comments

Comments
 (0)