Skip to content

Commit 9bdcd52

Browse files
committed
Include timestamps in getCustomColumns() by default
1 parent ac55a5b commit 9bdcd52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/VirtualColumn.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ public static function getCustomColumns(): array
182182
{
183183
return [
184184
'id',
185+
'created_at',
186+
'updated_at',
185187
];
186188
}
187189

0 commit comments

Comments
 (0)