diff --git a/Service/SyncService.php b/Service/SyncService.php index 6d55d43..5326367 100755 --- a/Service/SyncService.php +++ b/Service/SyncService.php @@ -68,7 +68,7 @@ public function getFromMappings($mappings) { /** @var SyncRepositoryInterface $repository */ $repository = $this->em->getRepository($syncMapping->getClass()); if(!($repository instanceof SyncRepositoryInterface)) { - error_log("The repository for the class {$mapping->getClass()} does not implement the SyncRepositoryInterface."); + error_log("The repository for the class {$syncMapping->getClass()} does not implement the SyncRepositoryInterface."); continue; }