Get the returned values from handleWatcherCallable #313
grantholle
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I find myself wanting to still get the results from a callable, i.e.
countQueries()
and not have to do some workaround to get the results and see the query count.Similar to Laravel's updates to
Benchmark
in #48077, it would be great if I can log the stuff I want to and get the results I wanted anyway.Wondering if we could change
handleWatcherCallable
to return the result of the callback instead of theRayProxy
?Beta Was this translation helpful? Give feedback.
All reactions