Explorar el Código

Use config() instead of env()

Vijayakrishnan hace 4 años
padre
commit
4f606026b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 }}',