Open lucas-quinn-guru opened 1 month ago
Thank you for reporting this issue!
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.
Thank you!
Telescope Version
5.2.2
Laravel Version
11.22.0
PHP Version
8.2
Database Driver & Version
PostgreSQL 15.1 on aarch64-apple-darwin22.1.0, compiled by Apple clang version 12.0.5 (clang-1205.0.22.9), 64-bit
Description
Google Drives stores directory structure under a users email address which catches an error during a
class_implements()
check since code is using the@
as a delimiter and string check.I was able to fix this locally, but not sure it it's correct by adding
GoogleDrive
as an option to reject().Steps To Reproduce
run any project with telescope and filamentphp installed stored and run from GoogleDrive.