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

Patch 2 #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Patch 2 #4

wants to merge 4 commits into from

Conversation

sto-calcueasy
Copy link

No description provided.

ivanyeoh and others added 4 commits July 6, 2020 10:11
…updated` are NOT fired.

When using the `update()` method without retrieving the entity first, the Laravel events `updating`, `updated`, `saving` and `saved` are not fired. I noticed this when I was working on an `Event` for my application and I was wondering why the saved event was only fired when a new related entity is added, but it is not fired when an existing entity is edited.
When updating related entities, Eloquent events such as `saved` and `updated` are NOT fired.
Need to update composer.json requirements to allow laravel 7 upgrade.
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.

3 participants