Skip to content

Commit d8527e6

Browse files
use created_at column for submission sorting (#316)
1 parent 7fd6c23 commit d8527e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Forms/SubmissionQueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ protected function column($column)
2020
}
2121

2222
if ($column == 'datestamp') {
23-
$column = 'date';
23+
$column = 'created_at';
2424
}
2525

2626
if (! in_array($column, self::COLUMNS)) {

0 commit comments

Comments
 (0)