Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

fix: adds missing 'deleted_at' date mutator in User entity #31

Merged
merged 1 commit into from
Sep 3, 2017

Conversation

kslimani
Copy link
Contributor

@kslimani kslimani commented Sep 1, 2017

Adds missing date mutator for soft delete deleted_at column, as specified in documentation.
Currently, if you retrieve a user from database, only created_at and updated_at are auto-mutated to date. (deleted_at is left as string).

@kslimani kslimani changed the title fix: adds missing 'deletet_at' date mutator in User entity fix: adds missing 'deleted_at' date mutator in User entity Sep 1, 2017
@joselfonseca joselfonseca merged commit 808b815 into joselfonseca:master Sep 3, 2017
@joselfonseca
Copy link
Owner

Thanks

@joselfonseca joselfonseca added this to the 3.2.0 milestone Sep 3, 2017
@kslimani kslimani deleted the user-softdelete branch September 3, 2017 15:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants