@@ -68,7 +68,7 @@ |
||
68 | 68 | |
69 | 69 | if ($context instanceof Object2ArrayContext) { |
70 | 70 | $context->setReader($this->getReader() ?: new AccessorReader()); |
71 | - $context->setNamingStrategy($this->getNamingStrategy() ?:new CamelCaseNamingStrategy()); |
|
71 | + $context->setNamingStrategy($this->getNamingStrategy() ?: new CamelCaseNamingStrategy()); |
|
72 | 72 | } |
73 | 73 | } |
74 | 74 | } |
75 | 75 | \ No newline at end of file |