Fixes for client contacts updating (#3104)
This commit is contained in:
parent
a7048ee61d
commit
4391ad087c
2 changed files with 2 additions and 2 deletions
|
|
@ -287,7 +287,7 @@ class ClientController extends BaseController
|
|||
|
||||
$this->uploadLogo($request->file('company_logo'), $client->company, $client);
|
||||
|
||||
return $this->itemResponse($client);
|
||||
return $this->itemResponse($client->fresh());
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ class QueryLogging
|
|||
Log::info($request->method() . ' - ' . $request->url() . ": $count queries - " . $time);
|
||||
|
||||
// if($count > 50)
|
||||
// Log::info($queries);
|
||||
Log::info($queries);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue