feat: Inicia construção da função updateClient.

This commit is contained in:
LukiBeg 2025-11-17 17:22:46 -03:00
parent 4fdc598aca
commit eecb51f521
1 changed files with 2 additions and 0 deletions

View File

@ -19,4 +19,6 @@ public function addClient(array $client)
return Client::create($client);
}
public function updateClient($client) {}
}