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 d437824 commit 46fa9d6Copy full SHA for 46fa9d6
src/Support/Migrator.php
@@ -54,7 +54,7 @@ protected function runUp($file, $batch, $pretend)
54
$name = $this->getMigrationName($file);
55
} else {
56
$migration = $this->resolve(
57
- $name = $this->getMigrationName($file)
+ $name = $this->getMigrationName($file)
58
);
59
}
60
0 commit comments