Closed lukasmu closed 2 months ago
The migration class was missing the down method, preventing a proper rollback of the migration.
down
This PR adds the missing method and adds some standard Laravel annotations and type hints.
Thanks @lukasmu! I've removed the comment blocks since they weren't there originally (to adhere to the style @ksassnowski likely intended).
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.