diff --git a/src/StyleManager/Sync.php b/src/StyleManager/Sync.php index f3e311d..476b240 100644 --- a/src/StyleManager/Sync.php +++ b/src/StyleManager/Sync.php @@ -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; }