DEV Community

Discussion on: Laravel Service Container

Collapse
 
avecnava profile image
avecNava

Many thanks.

Once I added the binding it worked.

App::bind('MathService',\App\Services\MathService::class);

There must have been some cache refresh issues.