Fixes for tests

This commit is contained in:
David Bomba 2022-07-01 18:56:19 +10:00
parent 0ac5acda82
commit 19d71337ba

View File

@ -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);
} }
} }