-
Given this in app service provider's register:
I'm getting different results between using
Is this intentional that facade only triggers the event on first usage? (or that |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Dec 6, 2023
Replies: 1 comment 8 replies
-
All facades behaves like a singleton and will only resolved once during the request. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, that's correct.