mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 04:54:34 -04:00
Fixes for tests
This commit is contained in:
parent
0ac5acda82
commit
19d71337ba
@ -58,6 +58,6 @@ class StoreProjectRequest extends Request
|
|||||||
|
|
||||||
public function getClient($client_id)
|
public function getClient($client_id)
|
||||||
{
|
{
|
||||||
return Client::find($client_id);
|
return Client::withTrashed()->find($client_id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user