Skip to content

Commit

Permalink
ACP-2573: fixed cs
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4onok committed Jun 11, 2024
1 parent 91eefba commit 1bf31c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spryker/Zed/AppKernel/Business/Writer/ConfigWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function saveConfig(AppConfigTransfer $appConfigTransfer): AppConfigRespo
static::FAILED_TO_REGISTER_TENANT_MESSAGE,
[
'tenantIdentifier' => $appConfigTransfer->getTenantIdentifier(),
'exception' => $throwable
'exception' => $throwable,
]
);

Expand Down

0 comments on commit 1bf31c9

Please sign in to comment.