diff --git a/routes/web.php b/routes/web.php index c374ab096f3..5779f98ad01 100644 --- a/routes/web.php +++ b/routes/web.php @@ -11,7 +11,7 @@ */ if (App::environment('production')) { - URL::forceSchema('https'); + URL::forceScheme('https'); } Route::get('/', 'Auth\LoginController@showLoginForm')->name('login');