1
0
Fork 0
mirror of https://github.com/archtechx/virtualcolumn.git synced 2025-12-12 12:14:03 +00:00

Include timestamps in getCustomColumns() by default

This commit is contained in:
lukinovec 2025-07-22 09:44:20 +02:00
parent ac55a5b5ec
commit 9bdcd52583

View file

@ -182,6 +182,8 @@ trait VirtualColumn
{
return [
'id',
'created_at',
'updated_at',
];
}