spatie / laravel-webhook-client

Receive webhooks in Laravel apps
https://freek.dev/1383-sending-and-receiving-webhooks-in-laravel-apps
MIT License
985 stars 146 forks source link

Adds a rollback on database migration #155

Closed ejntaylor closed 2 years ago

ejntaylor commented 2 years ago

As per title. This removes the added table on rollback.

freekmurze commented 2 years ago

We don't add down migrations for any of our packages.