From 930010fb82446ca06e9f1a7105ec39fe2b1bcefa Mon Sep 17 00:00:00 2001 From: LukiBeg Date: Mon, 17 Nov 2025 12:44:29 -0300 Subject: [PATCH] =?UTF-8?q?Sem=20mudan=C3=A7os.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Livewire/Admin/AddClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Livewire/Admin/AddClient.php b/app/Livewire/Admin/AddClient.php index 99f8b74..e3453f7 100644 --- a/app/Livewire/Admin/AddClient.php +++ b/app/Livewire/Admin/AddClient.php @@ -41,6 +41,7 @@ public function save(ClientService $clientService) } } + public function render() { return view('livewire.admin.add-client');