Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Commit ec87ded

Browse files
committed
Fixed typo in persistence configuration
1 parent f396629 commit ec87ded

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Configuration/Extbase/Persistence/Classes.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
'tableName' => 'tx_formhandler_log',
88
'properties' => [
99
'crdate' => [
10-
'fieldname' => 'crdate',
10+
'fieldName' => 'crdate',
1111
],
1212
'isSpam' => [
13-
'fieldname' => 'isSpam',
13+
'fieldName' => 'isSpam',
1414
],
1515
'params' => [
16-
'fieldname' => 'params',
16+
'fieldName' => 'params',
1717
],
1818
'ip' => [
19-
'fieldname' => 'ip',
19+
'fieldName' => 'ip',
2020
],
2121
],
2222
],

0 commit comments

Comments
 (0)