Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.x] Added isEvent and isCache methods to IncomingEntry #1536

Merged
merged 2 commits into from
Oct 13, 2024

Conversation

mrazinshaikh
Copy link
Contributor

@mrazinshaikh mrazinshaikh commented Oct 13, 2024

In my projects i encountered frequent use of $this->type === EntryType::EVENT and $this->type === EntryType::CACHE in TelescopeServiceProvider for filtering. To simplify this, i added methods isEvent and isCache in the IncomingEntry.

Happy to add similar methods for all EntryType types if needed.

@mrazinshaikh mrazinshaikh changed the title [5.x] Added isEvent and isCache to IncomingEntry [5.x] Added isEvent and isCache methods to IncomingEntry Oct 13, 2024
@taylorotwell taylorotwell merged commit a7e9e13 into laravel:5.x Oct 13, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants