Quizzes: Laravel • Architecture Concepts • Service Container

What does the following snippet do?

11 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});
What does the following snippet do?
Tip: Carefully read the questions, I may be trying to trip you up with key words or phrases.

Permalink: https://rappasoft.com/quizzes/laravel/service-container/6a393c9a-40ba-43e9-ac70-71e29edbf2b2

You can also get here with laravel-quizzes.com