|string> */ public function rules(): array { return [ 'begin' => 'required|date', 'end' => 'required|date', 'available_days' => 'numeric', ]; } }