Skip to content

Commit

Permalink
fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
baukezwaan committed Dec 19, 2023
1 parent cbe7ecd commit ec02ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Model/Submission/SubmittedForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class SubmittedForm extends DataObject
];

private static $summary_fields = [
'ID'
'ID',
'Created.Nice' => 'Created'
];

Expand Down

0 comments on commit ec02ce4

Please sign in to comment.