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

relation_name.updated_at - wrong timestamp updating #1828

Closed
emprove opened this issue Sep 12, 2019 · 2 comments
Closed

relation_name.updated_at - wrong timestamp updating #1828

emprove opened this issue Sep 12, 2019 · 2 comments

Comments

@emprove
Copy link

emprove commented Sep 12, 2019

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.

@Smolevich
Copy link
Contributor

Hello, @emprove. Let's go slack, link here

@emprove
Copy link
Author

emprove commented Sep 12, 2019

close, cause problem in the laravel-model-caching package.

@emprove emprove closed this as completed Sep 12, 2019
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

No branches or pull requests

2 participants