Skip to content

Commit

Permalink
Fix typo for log message
Browse files Browse the repository at this point in the history
  • Loading branch information
zoglo committed Dec 11, 2023
1 parent 88228d5 commit 7b86614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StyleManager/Sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function shouldRunObjectConversion($table = null): bool
if (is_numeric($key) && empty(StyleManagerModel::findById($key)))
{
// Skip if the configuration was already converted or can not be found anymore as the PK does not exist
$this->logger->error('Style Manager conversion for table "'.$table.'" and id "'.$key.'" has been skipped due to primary key not existing anymore.)');
$this->logger->error('Style Manager conversion for table "'.$table.'" and id "'.$key.'" has been skipped due to primary key not existing anymore.');
return false;
}

Expand Down

0 comments on commit 7b86614

Please sign in to comment.