markwalet/laravel-changelog

Make commands return an integer

markwalet opened this issue · 0 comments

This package was originally built for an older version of Laravel, in which the commands didn't have to return anything.

While upgrading this changed to a default behavior of returning integer status codes. We should apply this to our current list of commands.