We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0318eb commit ff1ddc3Copy full SHA for ff1ddc3
src/Service/ClientService.php
@@ -289,7 +289,6 @@ private function createJson(Client $client): void
289
/* Generates the clients table insert. */
290
$listValues = $this->listFieldsAndValuesAsString([
291
'id' => $client->getId(),
292
- 'logo_id' => $client->getLogoId(),
293
'name' => $client->getName(),
294
'proxy_alias' => $client->getProxyAlias(),
295
'first_user_firstname' => $client->getFirstUserFirstname(),
0 commit comments