As Laravel is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub.
If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the Laravel team.
amshehzad commentedNov 25, 2022
•
edited
Description:
When a refresh method is called on a model, the Anonymous Global Scope does applied on model
Steps To Reproduce:
In User Model, apply a global scope to select a column like this:
Then in UserController:
The text was updated successfully, but these errors were encountered: