update
parent
5ff4ce8eab
commit
9f23ba1776
|
|
@ -36,7 +36,9 @@ class AppServiceProvider extends ServiceProvider
|
|||
*/
|
||||
public function boot(): void
|
||||
{
|
||||
URL::forceScheme('https');
|
||||
if (app()->environment('production')) {
|
||||
URL::forceScheme('https');
|
||||
}
|
||||
ActivityCrf::observe(ActivityCrfObserver::class);
|
||||
ActivityGpcOutput::observe(ActivityGpcOutputObserver::class);
|
||||
ActivityGpc::observe(ActivityGpcObserver::class);
|
||||
|
|
|
|||
Loading…
Reference in New Issue