Refix debug
This commit is contained in:
@@ -26,7 +26,6 @@ class AppServiceProvider extends ServiceProvider
|
|||||||
|
|
||||||
dump(env('APP_URL'));
|
dump(env('APP_URL'));
|
||||||
dump(config('app.url'));
|
dump(config('app.url'));
|
||||||
dump($_ENV['APP_URL']);
|
|
||||||
if (str_starts_with(env('APP_URL'), "https://")) {
|
if (str_starts_with(env('APP_URL'), "https://")) {
|
||||||
$url->forceScheme('https');
|
$url->forceScheme('https');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user