|
|
@@ -6,7 +6,7 @@ class LiveValidator extends BaseValidator
|
|
|
public static $rules = [
|
|
|
'id' => 'required',
|
|
|
'title' => 'required|max:200',
|
|
|
- 'description' => 'string:max:200',
|
|
|
+ 'description' => 'max:200',
|
|
|
'push_url' => 'required|max:200',
|
|
|
'play_url' => 'required:max:200',
|
|
|
'type' => 'required',
|