@@ -29,7 +29,7 @@ |
||
29 | 29 | |
30 | 30 | if ($this->sourcePath === null) { |
31 | 31 | $class = new ReflectionClass($this); |
32 | - $this->sourcePath = dirname($class->getFileName()) . DIRECTORY_SEPARATOR . $this->defaultSourcePathFolder . DIRECTORY_SEPARATOR . Inflector::camel2id($class->getShortName()); |
|
32 | + $this->sourcePath = dirname($class->getFileName()).DIRECTORY_SEPARATOR.$this->defaultSourcePathFolder.DIRECTORY_SEPARATOR.Inflector::camel2id($class->getShortName()); |
|
33 | 33 | } |
34 | 34 | } |
35 | 35 | } |