選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12 行
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. ];