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) {} }