Updated project for admin panel

This commit is contained in:
2022-02-15 22:35:59 +01:00
parent 984d2eeae6
commit 282e5ccc46
13 changed files with 371 additions and 14 deletions

View File

@@ -23,7 +23,8 @@ class ProjectResource extends JsonResource
'categories' => $this->categories,
'author' => $this->author,
'images' => $this->images,
'release_data' => $this->release_data,
'release_date' => $this->release_date,
'update_date' => $this->release_date,
'project_url' => $this->project_url,
'project_version' => $this->project_version,
'description' => $this->description,