فهرست منبع

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),
 ];