@@ -44,7 +44,7 @@ |
||
44 | 44 | |
45 | 45 | protected function processData($tableName, array $data) |
46 | 46 | { |
47 | - $method = 'processDataOn' . StringUtils::underscoreToCamelCase($tableName, true); |
|
47 | + $method = 'processDataOn'.StringUtils::underscoreToCamelCase($tableName, true); |
|
48 | 48 | if (method_exists($this, $method)) { |
49 | 49 | $data = call_user_func_array([$this, $method], [$data]); |
50 | 50 | } |