From a7b0de06f18ad381990f9e8248455c310b6d51d4 Mon Sep 17 00:00:00 2001 From: lukibeg Date: Sun, 16 Nov 2025 21:45:54 -0300 Subject: [PATCH] =?UTF-8?q?Sem=20mudan=C3=A7as.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Livewire/Forms/ClientForm.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Livewire/Forms/ClientForm.php b/app/Livewire/Forms/ClientForm.php index e6f4801..0f04d91 100644 --- a/app/Livewire/Forms/ClientForm.php +++ b/app/Livewire/Forms/ClientForm.php @@ -8,7 +8,6 @@ class ClientForm extends Form { - // 2. ATRIBUTOS REMOVIDOS: Os #[Rule(...)] foram removidos daqui public $client_name = ''; public $legal_name = ''; public $cnpj = '';