Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GateWatcher handles stack trace caller not found (#1128)
For an app using Swoole/Laravel Octane and Telescope configured for `config('telescope.ignore_packages') === true`, method getCallerFromStackTrace() will return null. UI file telescope/resources/js/screens/gates/preview.vue will hide caller file location details if they're not stored in the Telescope entry so save that path as null. Also fix the getCallerFromStackTrace() @return docblock as that method was written before Laravel Octane magic was conjured up.
- Loading branch information