Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix | Added down method to migration class #98

Merged
merged 4 commits into from
Sep 19, 2024

Conversation

lukasmu
Copy link
Contributor

@lukasmu lukasmu commented Apr 15, 2024

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 lukasmu changed the title Added down method to migration class Fix | Added down method to migration class Apr 22, 2024
@stevebauman
Copy link
Collaborator

Thanks @lukasmu! I've removed the comment blocks since they weren't there originally (to adhere to the style @ksassnowski likely intended).

@stevebauman stevebauman merged commit 6d18121 into ksassnowski:master Sep 19, 2024
0 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants