2025-04-10 23:19:13 +08:00

8 lines
107 B
PHP
Executable File

<?php
return [
'bootstrap' => ['gii'],
'modules' => [
'gii' => 'yii\gii\Module',
],
];