1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00

Remove statement method from ClientController

This commit is contained in:
Benjamin Beganović 2021-08-24 12:43:06 +02:00
parent 34d539bb52
commit 6d1916ea5c

View File

@ -521,16 +521,6 @@ class ClientController extends BaseController
return $this->listResponse(Client::withTrashed()->whereIn('id', $this->transformKeys($ids))); return $this->listResponse(Client::withTrashed()->whereIn('id', $this->transformKeys($ids)));
} }
/**
* Returns a client statement.
*
* @return void [type] [description]
*/
public function statement()
{
//todo
}
/** /**
* Update the specified resource in storage. * Update the specified resource in storage.
* *