Browse Source

Use config() instead of env()

Vijayakrishnan 4 years ago
parent
commit
4f606026b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/app/video/call.blade.php

+ 1 - 1
resources/views/app/video/call.blade.php

@@ -100,7 +100,7 @@
                 data: {
 
                     agoraClient: null,
-                    appId: '{{ env('AGORA_APPID') }}',
+                    appId: '{{ config('AGORA_APPID') }}',
                     channel: '{{ $client ? $client->uid : '' }}',
                     uid: '{{ $session->id + 1000000 }}',