Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

12 lines
202B

  1. <?php
  2. /**
  3. * Application configuration for all frontend test types
  4. */
  5. return [
  6. 'components' => [
  7. 'view' => [
  8. 'class' => 'producer\components\ProducerView',
  9. ],
  10. ],
  11. ];