remove unneeded function
This commit is contained in:
parent
d7ea654c3d
commit
b42d6d3975
|
|
@ -4,11 +4,6 @@ namespace BeyondCode\LaravelWebSockets\ClientProviders;
|
|||
|
||||
class ConfigClientProvider implements ClientProvider
|
||||
{
|
||||
public function getClients(): array
|
||||
{
|
||||
return config('laravel-websockets.clients');
|
||||
}
|
||||
|
||||
public function findClient(string $appKey): ?Client
|
||||
{
|
||||
$allClients = collect(config('websockets.clients'));
|
||||
|
|
|
|||
Loading…
Reference in New Issue