Skip to content

Commit ff1ddc3

Browse files
committed
Removed the logo_id param to be set in the sql.
1 parent f0318eb commit ff1ddc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Service/ClientService.php

-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ private function createJson(Client $client): void
289289
/* Generates the clients table insert. */
290290
$listValues = $this->listFieldsAndValuesAsString([
291291
'id' => $client->getId(),
292-
'logo_id' => $client->getLogoId(),
293292
'name' => $client->getName(),
294293
'proxy_alias' => $client->getProxyAlias(),
295294
'first_user_firstname' => $client->getFirstUserFirstname(),

0 commit comments

Comments
 (0)