Support the ongoing development of Laravel.io →
posted 9 years ago
IOC Mail
Last updated 1 year ago.
0

Hi,

The share() method will execute the Closure you gave it only once and then store the result in a static variable. Then, the container will return you the content of this variable every time you try to resolve.

I don’t know if this behavior could cause your issue but it may be useful to be aware of this fact.

Is there any reason for not registering your class with the bind() method of the container?

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

saran87 saran87 Joined 7 Mar 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.