소스 검색

user module debug off

Oleg K 4 년 전
부모
커밋
5b94e0861b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/web.php

+ 1 - 1
config/web.php

@@ -135,7 +135,7 @@ $config = [
             //'adminPermission' => 'admin',
             //'admins' => ['ptenchik0'],
             'rememberFor' => 86400,
-            'debug' => true,
+            //'debug' => true,
             'controllerMap' => [
                 'settings' => 'app\controllers\ProfileController'
             ],