mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-17 19:24:37 -04:00
commit
6455e25c3a
@ -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…
x
Reference in New Issue
Block a user