include archived clients
This commit is contained in:
parent
4799b2e86c
commit
76f4530ffd
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class ClientApiController extends BaseAPIController
|
|||
{
|
||||
$clients = Client::scope()
|
||||
->with($this->getIncluded())
|
||||
->orderBy('created_at', 'desc');
|
||||
->orderBy('created_at', 'desc')->withTrashed();
|
||||
|
||||
// Filter by email
|
||||
if (Input::has('email')) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue