'production'

This commit is contained in:
CHIEFSOFT\ameye
2024-01-27 12:44:30 -05:00
parent 82bd3f2e9d
commit de3eef2365
+1 -1
View File
@@ -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');