Start your All-Access Pass to unlock this challenge
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