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

Revert "[5.3] Fix regression in save(touch) option" #16660

Merged
merged 1 commit into from
Dec 5, 2016

Conversation

themsaid
Copy link
Member

@themsaid themsaid commented Dec 5, 2016

Reverts #15264

This feature doesn't work because the update method of Eloquent/Builder adds the updated_at column anyway, we already removed the timestamp option before #12617 based on this #12403 (comment)

To prevent touching the model timestamp we should use this instead:

$user->timestamps = false;

$user->save();

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

Successfully merging this pull request may close these issues.

2 participants