Blame view

environments/dev/console/config/main-local.php 107 Bytes
559be889   Alexander Karnovsky   Init test-9
1
2
3
4
5
6
7
  <?php
  return [
      'bootstrap' => ['gii'],
      'modules' => [
          'gii' => 'yii\gii\Module',
      ],
  ];