|
|
@@ -57,7 +57,9 @@ class LhcNumber extends Controller
|
|
|
'id' => ['nullable','integer'],
|
|
|
'game' => ['nullable','string'],
|
|
|
'gameplay' => ['nullable','string'],
|
|
|
- 'odds' => ['required','numeric']
|
|
|
+ 'odds' => ['required','numeric'],
|
|
|
+ 'maxinum' => ['required','numeric'],
|
|
|
+ 'mininum' => ['required','numeric'],
|
|
|
]);
|
|
|
$id = $params['id'] ?? 0;
|
|
|
if ($id) {
|