@@ -98,7 +98,7 @@ |
||
98 | 98 | if (array_key_exists($col, $propertyMap)) { |
99 | 99 | $propertyMap[$col]->setValue($instance, $value); |
100 | 100 | } else { |
101 | - $this->logger->error("Column '$col' is failed mapping in " . $this->classpath); |
|
101 | + $this->logger->error("Column '$col' is failed mapping in ".$this->classpath); |
|
102 | 102 | } |
103 | 103 | } |
104 | 104 | } |