Remove statement method from ClientController
This commit is contained in:
parent
34d539bb52
commit
6d1916ea5c
1 changed files with 0 additions and 10 deletions
|
|
@ -521,16 +521,6 @@ class ClientController extends BaseController
|
|||
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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue