Change image url to images
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user