We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
laravel-mongodb 3.5.3 laravel 5.8.35
When updating some model, Eloquent builder add "collection_name.updated_at" values and not updating original updated_at field.
array:3 [▼ "users.updated_at" => "2018-12-30 16:01:40" "name" => "foo" "updated_at" => "2018-12-30 16:01:40" ]
Related topics: laravel/framework#26995 laravel/framework#26997 laravel/framework#27791
But i cant figure out how to fix it.
The text was updated successfully, but these errors were encountered:
Hello, @emprove. Let's go slack, link here
Sorry, something went wrong.
close, cause problem in the laravel-model-caching package.
No branches or pull requests
laravel-mongodb 3.5.3
laravel 5.8.35
When updating some model, Eloquent builder add "collection_name.updated_at" values and not updating original updated_at field.
array:3 [▼ "users.updated_at" => "2018-12-30 16:01:40" "name" => "foo" "updated_at" => "2018-12-30 16:01:40" ]
Related topics:
laravel/framework#26995
laravel/framework#26997
laravel/framework#27791
But i cant figure out how to fix it.
The text was updated successfully, but these errors were encountered: