Skip to content

Commit f722f3b

Browse files
committed
TASK: Change neos type field name
1 parent 9be27e6 commit f722f3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Domain/Model/Mapping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class Mapping
2323
{
2424

25-
public const NEOS_TYPE_FIELD = '_neosType';
25+
public const NEOS_TYPE_FIELD = 'neos_type';
2626

2727
/**
2828
* @var AbstractType

0 commit comments

Comments
 (0)