I do not use the IoC as for now my object related to thoses classes are created with standard new statements. But perhaps Laravel use it anyway somewhere and that make the issue ?
I find the source of the problem, I was using some code in the constructor of Commands that init those classes and as the commands are all init by artisan.php on start time...
That's fixed.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community