Add create_at & updated_at to private
This commit is contained in:
@@ -10,7 +10,9 @@
|
|||||||
"timestamps": true,
|
"timestamps": true,
|
||||||
"privateAttributes": [
|
"privateAttributes": [
|
||||||
"createdAt",
|
"createdAt",
|
||||||
"updatedAt"
|
"updatedAt",
|
||||||
|
"created_at",
|
||||||
|
"updated_at"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"attributes": {
|
"attributes": {
|
||||||
|
|||||||
Reference in New Issue
Block a user