browsing through upload request

This commit is contained in:
Čarodej
2022-02-24 10:20:38 +01:00
parent 06b28aeee3
commit a589ee5f7a
31 changed files with 311 additions and 118 deletions
@@ -10,7 +10,6 @@ class FolderResource extends JsonResource
{
public function toArray($request): array
{
// TODO: optimize created_at/updated_at conversion because of performance issue
return [
'data' => [
'id' => $this->id,