ksassnowski / venture

Venture allows you to create and manage complex, async workflows in your Laravel apps.
https://laravel-venture.com
MIT License
804 stars 32 forks source link

Fix | Added `down` method to migration class #98

Closed lukasmu closed 2 months ago

lukasmu commented 7 months ago

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.

stevebauman commented 2 months ago

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