Quizzes: Laravel • Architecture Concepts
What does the following snippet do?
28 Remaining
1use App\Services\Transistor;2use App\Services\PodcastParser;3 4$this->app->singleton(Transistor::class, function ($app) {5 return new Transistor($app->make(PodcastParser::class));6});
Tip: You can also get here with laravel-quizzes.com
Permalink: https://rappasoft.com/quizzes/laravel/architecture-concepts/0fb7015a-8282-4567-b893-b433aa7fec2f
You can also get here with laravel-quizzes.com