8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
This function is great for observers... For example on saving() event:
saving()
public function saving(Product $product): void { if ($product->stock !== $product->getOriginal('stock')) { // do stuff } }
Is possible to change this? Or is there a reason to keep it that way?
The text was updated successfully, but these errors were encountered:
I'm going to close the issue here, as you've done a PR. As per the PR from Taylor - send it to the master branch, so it can be included in Laravel 5.8
master
Sorry, something went wrong.
No branches or pull requests
This function is great for observers... For example on
saving()
event:Is possible to change this? Or is there a reason to keep it that way?
The text was updated successfully, but these errors were encountered: