Skip to content

Commit

Permalink
remove var dump
Browse files Browse the repository at this point in the history
  • Loading branch information
KodeStar committed Sep 30, 2018
1 parent 45d4212 commit 882e406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function boot()
}
view()->share('alt_bg', $alt_bg);

var_dump(env('FORCE_HTTPS'));
//var_dump(env('FORCE_HTTPS'));

if (env('FORCE_HTTPS') === true) {
\URL::forceScheme('https');
Expand Down

0 comments on commit 882e406

Please sign in to comment.