소스 검색

Update auth.php

Daniel Supernault 5 달 전
부모
커밋
3347ea1a76
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/auth.php

+ 1 - 1
config/auth.php

@@ -112,5 +112,5 @@ return [
         ],
     ],
 
-    'in_app_registration' => (bool) env('APP_REGISTER', false),
+    'in_app_registration' => (bool) env('APP_REGISTER', true),
 ];