@@ -234,7 +234,7 @@ discard block |
||
234 | 234 | $code = $this->generateEntityRepositoryClass($fullClassName); |
235 | 235 | |
236 | 236 | $path = $outputDirectory . \DIRECTORY_SEPARATOR |
237 | - . str_replace('\\', \DIRECTORY_SEPARATOR, $fullClassName) . '.php'; |
|
237 | + . str_replace('\\', \DIRECTORY_SEPARATOR, $fullClassName) . '.php'; |
|
238 | 238 | $dir = dirname($path); |
239 | 239 | |
240 | 240 | if ( ! is_dir($dir)) { |
@@ -264,7 +264,7 @@ discard block |
||
264 | 264 | $code = $this->generateEntityRepositoryClassWithMagicMethodDocblocks($metadata); |
265 | 265 | |
266 | 266 | $path = $outputDirectory . \DIRECTORY_SEPARATOR |
267 | - . str_replace('\\', \DIRECTORY_SEPARATOR, $metadata->customRepositoryClassName) . '.php'; |
|
267 | + . str_replace('\\', \DIRECTORY_SEPARATOR, $metadata->customRepositoryClassName) . '.php'; |
|
268 | 268 | $dir = dirname($path); |
269 | 269 | |
270 | 270 | if ( ! is_dir($dir)) { |