|
|
@@ -22,7 +22,7 @@ class AppServiceProvider extends ServiceProvider
|
|
22
|
22
|
*/
|
|
23
|
23
|
public function boot(): void
|
|
24
|
24
|
{
|
|
25
|
|
- if ($this->app->isProduction()) {
|
|
|
25
|
+ if (App::environment('production')) {
|
|
26
|
26
|
URL::forceScheme('https');
|
|
27
|
27
|
}
|
|
28
|
28
|
TranslatableTabs::configureUsing(function (TranslatableTabs $component) {
|