Skip to content

Commit b33e547

Browse files
authored
fix: Removed throw exception on migration down method (#47)
1 parent a9b95a8 commit b33e547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2019_03_35_000003_drop_unused_logger_columns.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ public function up(): void
1515

1616
public function down(): void
1717
{
18-
throw new BadMethodCallException('Reversing this migration is not supported.');
18+
// Reversing this migration is not supported due to 1 way changes.
1919
}
2020
}

0 commit comments

Comments
 (0)