Update AdminModeratedProfileResource

This commit is contained in:
Daniel Supernault 2024-10-18 03:54:20 -06:00
parent ed9f2fbb09
commit b464eee966
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1

View file

@ -39,7 +39,7 @@ class AdminModeratedProfileResource extends JsonResource
'is_noautolink' => (bool) $this->is_noautolink,
'is_nodms' => (bool) $this->is_nodms,
'is_notrending' => (bool) $this->is_notrending,
'created_at' => $this->created_at->format('c'),
'created_at' => now()->parse($this->created_at)->format('c'),
];
}
}