Skip to content

Commit 9d19e3a

Browse files
committed
Add timestamp columns to getCustomColumns() by default
1 parent 357901d commit 9d19e3a

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+
static::CREATED_AT,
186+
static::UPDATED_AT,
185187
];
186188
}
187189

0 commit comments

Comments
 (0)