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