fixed too many redirects
This commit is contained in:
parent
d9604ef5c1
commit
dabf76a14a
@ -16,7 +16,7 @@ class CanInstall
|
|||||||
public function handle($request, Closure $next)
|
public function handle($request, Closure $next)
|
||||||
{
|
{
|
||||||
// Check if app is installed
|
// Check if app is installed
|
||||||
if (env('APP_INSTALLED', true) == false) {
|
if (env('APP_INSTALLED', false) == false) {
|
||||||
return $next($request);
|
return $next($request);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user