### What happened? quando uso somente cpf ta retornando mensagem de cpf + cnpj  ### How to reproduce the bug Document::make('cpf') ->label("CPF") ->validationAttribute('CPF') ->cpf() ->unique(ignorable: fn ($record) => $record) ->required(), ### Package Version 3.0 ### PHP Version 8.1 ### Laravel Version 10 ### Which operating systems does with happen with? _No response_ ### Notes _No response_