|string> */ public function rules(): array { return [ 'priority' => ['nullable', 'integer', 'min:0', 'max:100'], ]; } }