Anvil
Anvil - The mobile companion for Laravel Forge. Available now. Download for iOS

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: You can also get here with laravel-quizzes.com

Permalink: https://rappasoft.com/quizzes/laravel/service-container/c820c744-5970-466f-8f06-b1fc0974a827

You can also get here with laravel-quizzes.com