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: 5,482 quizzes have already been completed with an average score of 62!
Permalink: https://rappasoft.com/quizzes/laravel/architecture-concepts/e41c6d07-85c8-4960-848b-dd0ce2dafc4f
You can also get here with laravel-quizzes.com