Update AdminModeratedProfile resource

This commit is contained in:
Daniel Supernault 2024-10-18 03:49:35 -06:00
parent 956b14cf69
commit 1a972e8ddf
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,
'created_at' => $this->created_at->format('c'),
];
}
}