Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: SoftDeletes #6

Merged
merged 7 commits into from
Mar 22, 2021
Merged

feature: SoftDeletes #6

merged 7 commits into from
Mar 22, 2021

Conversation

ryangjchandler
Copy link
Owner

Closes #3.

This pull request adds a new Orbit\Concerns\SoftDeletes trait that can be used on an Orbit model to add support for soft deleting. It handles all of the schema logic, as well as updating the files and re-caching.

@ryangjchandler ryangjchandler merged commit 2837b77 into main Mar 22, 2021
@ryangjchandler ryangjchandler deleted the feature/soft-deletes branch March 22, 2021 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for soft-deleting
1 participant