*/ public function rules(): array { return [ 'name' => ['sometimes', 'string', 'max:128'], 'status' => ['sometimes', 'integer', 'in:0,1'], ]; } }