We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3475659 commit 69a6720Copy full SHA for 69a6720
src/Support/Migrator.php
@@ -45,7 +45,7 @@ protected function runUp($file, $batch, $pretend)
45
$name = $this->getMigrationName($file);
46
} else {
47
$migration = $this->resolve(
48
- $name = $this->getMigrationName($file)
+ $name = $this->getMigrationName($file)
49
);
50
}
51
0 commit comments