|
|
@@ -101,7 +101,7 @@ class Keyboard extends Controller
|
|
|
'language' => 'required|string',
|
|
|
'reply' => 'required|string',
|
|
|
'image' => ['nullable', 'url'],
|
|
|
- 'buttons' => ['required', 'array'],
|
|
|
+ 'buttons' => ['array'],
|
|
|
];
|
|
|
if (empty($id)) {
|
|
|
unset($validator['id']);
|