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