'production'
This commit is contained in:
@@ -24,7 +24,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
if( env('APP_ENV') == 'production') {
|
||||
if( env('APP_ENV','production') == 'production') {
|
||||
\URL::forceScheme('https');
|
||||
}
|
||||
// echo env('APP_ENV');
|
||||
|
||||
Reference in New Issue
Block a user