|
@@ -16,7 +16,6 @@ public function rules(): array
|
|
|
|
|
|
|
|
return [
|
|
return [
|
|
|
'name' => "$required|string|max:255",
|
|
'name' => "$required|string|max:255",
|
|
|
- 'quantity_classes' => "$required|integer|min:1",
|
|
|
|
|
'class_duration_minutes' => "$required|integer|min:1|max:1440",
|
|
'class_duration_minutes' => "$required|integer|min:1|max:1440",
|
|
|
|
|
|
|
|
// 'weekday' => 'nullable|integer|min:0|max:6|required_with:start_time',
|
|
// 'weekday' => 'nullable|integer|min:0|max:6|required_with:start_time',
|