Skip to content

Commit

Permalink
Update src/Spryker/Zed/AppKernel/Business/Writer/ConfigWriter.php
Browse files Browse the repository at this point in the history
Co-authored-by: Stanislav Matveyev <[email protected]>
  • Loading branch information
stereomon and matweew authored Jan 25, 2024
1 parent cb9cf70 commit 91dd69c
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 @@ -55,7 +55,7 @@ public function saveConfig(AppConfigTransfer $appConfigTransfer): AppConfigRespo
{
try {
$appConfigTransfer = $this->getTransactionHandler()->handleTransaction(function () use ($appConfigTransfer) {
$appConfigTransfer = $this->mergeWithExistingConfiguration($appConfigTransfer);
$appConfigTransfer = $this->updateStatus($appConfigTransfer);

Check failure on line 58 in src/Spryker/Zed/AppKernel/Business/Writer/ConfigWriter.php

View workflow job for this annotation

GitHub Actions / CS, ArchSniffer, PHPStan, Security (8.1)

Call to an undefined method Spryker\Zed\AppKernel\Business\Writer\ConfigWriter::updateStatus().

Check failure on line 58 in src/Spryker/Zed/AppKernel/Business/Writer/ConfigWriter.php

View workflow job for this annotation

GitHub Actions / CS, ArchSniffer, PHPStan, Security (8.2)

Call to an undefined method Spryker\Zed\AppKernel\Business\Writer\ConfigWriter::updateStatus().

return $this->doSaveAppConfig($appConfigTransfer);
});
Expand Down

0 comments on commit 91dd69c

Please sign in to comment.