@@ -66,8 +66,7 @@ |
||
| 66 | 66 | |
| 67 | 67 | if (!copy($file->getRealpath(), $root_path . '/db/' . $file->getRelativePathname())) { |
| 68 | 68 | echo sprintf("error copy migration %s..." . PHP_EOL, $file->getRelativePathname()); |
| 69 | - } |
|
| 70 | - else{ |
|
| 69 | + } else{ |
|
| 71 | 70 | echo sprintf("copy migration %s" . PHP_EOL, $file->getRelativePathname()); |
| 72 | 71 | } |
| 73 | 72 | } |