Skip to content

Commit 5c98758

Browse files
committed
remove unneeded change
1 parent 3dff06b commit 5c98758

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Illuminate/Database/Migrations/Migration.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,14 @@ public function shouldRun(): bool
3737
{
3838
return true;
3939
}
40+
41+
/**
42+
* Determine if the migration file should be pruned when dumping schema.
43+
*
44+
* @return bool
45+
*/
46+
public function shouldPrune(): bool
47+
{
48+
return true;
49+
}
4050
}

0 commit comments

Comments
 (0)