beerbuddha's avatar

Service Container not resolving

Running Lumen 5.2.6

When I fire up a Job, if I do this:

    public function handle(Application $app)
    {
     dd($app);
     ...

the dump of the $app is very different than the $app that I would get if I dump at the AppServiceProvider level. It doesn't contain the same amount of binding which I need such as connectors and a few other binds that I have invoked via packages

Is this a lumen bug or am I not understanding something in Laravel?

0 likes
0 replies

Please or to participate in this conversation.