Add create_at & updated_at to private

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-08 05:22:38 +04:00
parent 3523b759d4
commit 6d9ec6cd83
@@ -10,7 +10,9 @@
"timestamps": true,
"privateAttributes": [
"createdAt",
"updatedAt"
"updatedAt",
"created_at",
"updated_at"
]
},
"attributes": {