Skip to content

Commit 17550dd

Browse files
committed
fix: patch up v7.4 issues
1 parent 7f0a6c0 commit 17550dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/DatabaseResetCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protected function handle()
3131

3232
$this->writeln("> db reset on <comment>$currentFileName</comment>");
3333

34-
if (!\Leaf\Schema::reset(fileToReset: $migration)) {
34+
if (!\Leaf\Schema::reset($migration)) {
3535
$this->error("Could not reset $currentFileName");
3636
return 1;
3737
}

0 commit comments

Comments
 (0)