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.

config.php 200B

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