wip
This commit is contained in:
parent
46d7334067
commit
573b5be21b
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue