mirror of
https://github.com/elyby/accounts.git
synced 2024-11-26 16:52:02 +05:30
В dev режиме больше не бутстрапаем gii
This commit is contained in:
parent
c8981e4b0b
commit
7249323ec4
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'bootstrap' => ['debug', 'gii'],
|
||||
'bootstrap' => ['debug'],
|
||||
'components' => [
|
||||
'reCaptcha' => [
|
||||
'public' => '6LfwqCYTAAAAAJlaJpqCdzESCjAXUC81Ca6jBHR7',
|
||||
|
@ -1,7 +1,3 @@
|
||||
<?php
|
||||
return [
|
||||
'bootstrap' => ['gii'],
|
||||
'modules' => [
|
||||
'gii' => yii\gii\Module::class,
|
||||
],
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user