改进 模块广播
This commit is contained in:
parent
8141943811
commit
98447233d0
@ -25,7 +25,7 @@ private function rules(): array
|
||||
return [
|
||||
'message' => 'required|string|max:255',
|
||||
'type' => 'required|in:info,error,warning,success',
|
||||
'data' => 'nullable|json',
|
||||
'data' => 'nullable|array',
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user