This commit is contained in:
freek 2018-12-01 14:28:17 +01:00
parent 46d7334067
commit 573b5be21b
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
<?php <?php
use BeyondCode\LaravelWebSockets\Apps\ConfigAppProvider;
return [ return [
/** /**
@ -26,7 +24,7 @@ return [
* You can create a custom provider by implementing the * You can create a custom provider by implementing the
* `appProvier` interface. * `appProvier` interface.
*/ */
'app_provider' => ConfigAppProvider::class, 'app_provider' => BeyondCode\LaravelWebSockets\Apps\ConfigAppProvider::class,
/* /*
* This array contains the hosts of which you want to allow incoming requests. * This array contains the hosts of which you want to allow incoming requests.