-
Notifications
You must be signed in to change notification settings - Fork 76
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
Add isEncryptedCastable #230
Comments
Happy to review a PR with tests that covers this functionality. Unfortunately I'm not in a position to work on this feature at the moment. |
Will look into it i'm testing it at the moment to see if the implementation works properly or not, then i'll add some tests to it and make a PR |
so after a little further testing the code isn't really necessary for it to work but if there is custom setters the encrypted attribute its necessary for it to work |
I think i got it figured out now with the encryption so far none of my tests fail still a little testing to be done before i can make a pull request |
Need to add a check to getModelAttributes if the value is isEncryptedCastable
The text was updated successfully, but these errors were encountered: