Symfony 6 Fundamentals: Services, Config & Environments
All About services.yaml
  Start your All-Access Pass to unlock this challenge
Buy Access Login

Challenge 1 / 2

Check out the following imaginary services.yaml configuration:

services:
    _defaults:
        autowire: true
        autoconfigure: true

    App\:
        resource: '../src/'

    App\Service\PizzaOven:
        bind:
            '$style': 'wood fired'

Which of the following statements is most accurate:

Skip challenges and go to theNext Chapter

Turn Challenges Off?

All further challenges will be skipped automatically.
You can re-enable challenges at any time on this page or from your account page.