Replies: 2 comments
-
Please re-create the repo with any custom changes committed separately from the base Laravel skeleton. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is a new one, with every change commited separetely. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I've noticed strage behavior of casts, when same cast class works perfectly when
$guarded
array of the model is emply, and does not work when saving model which has values in$guarded
attribute.Steps To Reproduce:
./vendor/bin/phpunit --filter=ProofTest
.Beta Was this translation helpful? Give feedback.
All reactions