laravel-changelog
laravel-changelog copied to clipboard
Make commands return an integer
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.