mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-17 17:44:37 -04:00
commit
6455e25c3a
@ -52,7 +52,7 @@ class ClientApiController extends BaseAPIController
|
|||||||
{
|
{
|
||||||
$clients = Client::scope()
|
$clients = Client::scope()
|
||||||
->with($this->getIncluded())
|
->with($this->getIncluded())
|
||||||
->orderBy('created_at', 'desc');
|
->orderBy('created_at', 'desc')->withTrashed();
|
||||||
|
|
||||||
// Filter by email
|
// Filter by email
|
||||||
if (Input::has('email')) {
|
if (Input::has('email')) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user