isMethod('PUT') || $this->isMethod('PATCH'); return [ 'unit_id' => ($isUpdate ? 'sometimes|' : 'required|') . 'integer|exists:units,id', 'title' => 'required|string|max:255', 'content' => 'nullable|string', 'visible_to_franchisee' => 'boolean', ]; } }