You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If allow_reload is true, the resource is reloaded without catching exceptions. This is because return $this->fetch($request); is missing the $catch parameter.