Skip to content

Commit 46fa9d6

Browse files
committed
Update code-style 💻
1 parent d437824 commit 46fa9d6

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
@@ -54,7 +54,7 @@ protected function runUp($file, $batch, $pretend)
5454
$name = $this->getMigrationName($file);
5555
} else {
5656
$migration = $this->resolve(
57-
$name = $this->getMigrationName($file)
57+
$name = $this->getMigrationName($file)
5858
);
5959
}
6060

0 commit comments

Comments
 (0)