作者 lyh

变更数据

@@ -41,7 +41,6 @@ class GeoWritingsTaskRequest extends FormRequest @@ -41,7 +41,6 @@ class GeoWritingsTaskRequest extends FormRequest
41 'event_content' => 'required|string', 41 'event_content' => 'required|string',
42 'title' => 'required|string|max:120', 42 'title' => 'required|string|max:120',
43 'description' => 'required|string', 43 'description' => 'required|string',
44 - 'footer' => 'required|string',  
45 ]; 44 ];
46 } 45 }
47 } 46 }