Completed
Push — master ( 62f4e3...dee775 )
by Marc
02:56
created
core/console/commands/MigrateController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
        
57 57
         $migrationPath = $this->migrationPath[$module];
58 58
         
59
-        $file = $migrationPath . DIRECTORY_SEPARATOR . $className . '.php';
59
+        $file = $migrationPath.DIRECTORY_SEPARATOR.$className.'.php';
60 60
         if ($this->confirm("Create new migration '$file'?")) {
61 61
         	$content = $this->generateMigrationSourceCode([
62 62
         		'name' => $name,
Please login to merge, or discard this patch.