Update AdminModeratedProfileResource

pull/5338/head
Daniel Supernault 8 months ago
parent ed9f2fbb09
commit b464eee966
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -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'),
];
}
}

Loading…
Cancel
Save