mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-08 15:54:51 +00:00
Update AdminModeratedProfile resource
This commit is contained in:
parent
956b14cf69
commit
1a972e8ddf
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue