@@ -42,7 +42,7 @@ |
||
42 | 42 | $finder = new Finder(); |
43 | 43 | $finder->files('*.php')->in($bundleMigrationDirectory); |
44 | 44 | foreach ($finder as $file) { |
45 | - $this->fileSystem->copy($file->getRealpath(), $migrationDirectory . '/' . $file->getFilename(), true); |
|
45 | + $this->fileSystem->copy($file->getRealpath(), $migrationDirectory . '/' . $file->getFilename(), true); |
|
46 | 46 | } |
47 | 47 | } |
48 | 48 | } |