From eecb51f521e443cec29e2fde91269d76dcd67a3c Mon Sep 17 00:00:00 2001 From: LukiBeg Date: Mon, 17 Nov 2025 17:22:46 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20Inicia=20constru=C3=A7=C3=A3o=20da=20fu?= =?UTF-8?q?n=C3=A7=C3=A3o=20updateClient.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/ClientService.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Services/ClientService.php b/app/Services/ClientService.php index 8368323..2d713af 100644 --- a/app/Services/ClientService.php +++ b/app/Services/ClientService.php @@ -19,4 +19,6 @@ public function addClient(array $client) return Client::create($client); } + + public function updateClient($client) {} }