This commit is contained in:
2023-08-01 18:13:45 +02:00
parent 54db2e8e2b
commit 908b1e4bec
7 changed files with 75 additions and 43 deletions

View File

@@ -24,6 +24,8 @@ class FullCVResource extends JsonResource
'mission' => explode(PHP_EOL, $this->mission ?? '', 5),
'rodo' => $this->rodo,
'position' => $this->position,
'created' => $this->created_at->format('d-m-Y H:i:s'),
'updated' => $this->updated_at->format('d-m-Y H:i:s'),
];
}
}