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

Commit ac19a8d

Browse files
authored
Merge pull request #87 from tlueder/Fix-persistence-configuration
Fixed typo in persistence configuration
2 parents 1fc26d1 + ec87ded commit ac19a8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Configuration/Extbase/Persistence/Classes.php

Lines changed: 4 additions & 4 deletions
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)