Skip to content

Commit 6bb341d

Browse files
author
Carel Evers
committed
bug fix camelCasing database name
1 parent e8dc95d commit 6bb341d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tasks/UserFormsCleanupOldEntriesTask.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private function cleanUpElementalForms(): int
122122
return 0;
123123
}
124124

125-
$columns = DB::field_list('elementform');
125+
$columns = DB::field_list('ElementForm');
126126
if ( ! isset($columns['SubmissionRetentionDays'])) {
127127
DB::alteration_message('SubmissionRetentionDays column not found on ElementForm.');
128128

0 commit comments

Comments
 (0)