Change image url to images

This commit is contained in:
2022-02-13 16:49:53 +01:00
parent 767946aaa8
commit 796072e37a
4 changed files with 26 additions and 6 deletions

View File

@@ -13,8 +13,9 @@ use Illuminate\Support\Carbon;
* @property string $title
* @property array $categories
* @property string $author
* @property string $image_url
* @property Carbon $release_data
* @property array $images
* @property Carbon $release_date
* @property Carbon $update_date
* @property string $project_url
* @property string $project_version
* @property string $description
@@ -30,7 +31,7 @@ class Project extends Model
'title' => 'string',
'categories' => 'array',
'author' => 'string',
'image_url' => 'string',
'images' => 'array',
'release_data' => 'datetime:d-m-Y',
'project_url' => 'string',
'project_version' => 'string',