|
...
|
...
|
@@ -38,7 +38,7 @@ class GeoWritingsTaskRequest extends FormRequest |
|
|
|
// 'prefix' => 'required|string',
|
|
|
|
// 'suffix' => 'required|string',
|
|
|
|
'event_title' => 'required|string',
|
|
|
|
'event_content' => 'required|string',
|
|
|
|
// 'event_content' => 'required|string',
|
|
|
|
'title' => 'required|string|max:120',
|
|
|
|
'description' => 'required|string',
|
|
|
|
];
|
...
|
...
|
|