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
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().
run any project with telescope and filamentphp installed stored and run from GoogleDrive.
The text was updated successfully, but these errors were encountered:
lucas-quinn-guru
changed the title
EventWatcher throws error project is run through google drive when determining if string has the '@' symbol.
EventWatcher throws error when project is run through google drive when determining if string has the '@' symbol.
Sep 10, 2024
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.
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.
The text was updated successfully, but these errors were encountered: