Skip to content

Commit 79c9324

Browse files
committed
wip
1 parent 87214e0 commit 79c9324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tempest/Framework/Commands/MigrateFreshCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function __invoke(
6161
$this->console->call(MigrateUpCommand::class, [
6262
'fresh' => false,
6363
'validate' => false,
64-
'database' => $database
64+
'database' => $database,
6565
]);
6666

6767
$seed = $seed || $seeder !== null;

0 commit comments

Comments
 (0)