venture icon indicating copy to clipboard operation
venture copied to clipboard

Fix | Added `down` method to migration class

Open lukasmu opened this issue 4 months ago • 0 comments

The migration class was missing the down method, preventing a proper rollback of the migration.

This PR adds the missing method and adds some standard Laravel annotations and type hints.

lukasmu avatar Apr 15 '24 16:04 lukasmu