tighten / onramp

Easing the onramp for new or non-PHP developers to become Laravel devs.
https://onramp.dev/
MIT License
157 stars 56 forks source link

Remove Scheduled Command to Soft Delete Expired Resources #504

Closed tammytee closed 1 year ago

tammytee commented 1 year ago

Summary

This PR reverts a change made in #500 to automatically soft delete resources at the moment they expire.

Instead, resources will be manually reviewed after the expired resources report is received and then the resource:tidy command can be manually run to soft delete any remaining resources that have not been renewed.

This PR also reverts the command line version of the resource:expired report to no longer output whether a resource has been moved to the trash or not, unless the --trashed option is passed with the command.