Skip to content

Commit 69a6720

Browse files
committed
Update code-style 💻
1 parent 3475659 commit 69a6720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/Migrator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected function runUp($file, $batch, $pretend)
4545
$name = $this->getMigrationName($file);
4646
} else {
4747
$migration = $this->resolve(
48-
$name = $this->getMigrationName($file)
48+
$name = $this->getMigrationName($file)
4949
);
5050
}
5151

0 commit comments

Comments
 (0)