|
...
|
...
|
@@ -42,8 +42,6 @@ class GeoWritingsTaskRequest extends FormRequest |
|
|
|
'title' => 'required|string|max:120',
|
|
|
|
'description' => 'required|string',
|
|
|
|
'footer' => 'required|string',
|
|
|
|
'img' => 'required|string',
|
|
|
|
'ai_model' => 'required|string',
|
|
|
|
];
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|