Commit d925f3b9 authored by alisson's avatar alisson
Browse files

update boot

parent b5a908b1
...@@ -28,6 +28,7 @@ class AppServiceProvider extends ServiceProvider ...@@ -28,6 +28,7 @@ class AppServiceProvider extends ServiceProvider
public function boot(UrlGenerator $url) public function boot(UrlGenerator $url)
{ {
if (env('APP_ENV') !== 'local') { //so you can work on it locally if (env('APP_ENV') !== 'local') { //so you can work on it locally
dd(env('APP_ENV'));
$url->forceScheme('https'); $url->forceScheme('https');
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment