From 924ccf20ab90ece5bf195da3f603d1acbb258a3b Mon Sep 17 00:00:00 2001 From: Nathan Giesbrecht Date: Thu, 21 Mar 2019 10:16:05 -0500 Subject: [PATCH] Fixed typo --- config/websockets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/websockets.php b/config/websockets.php index c5a8504..f16c5be 100644 --- a/config/websockets.php +++ b/config/websockets.php @@ -25,7 +25,7 @@ * will use the apps defined in this config file. * * You can create a custom provider by implementing the - * `appProvier` interface. + * `appProvider` interface. */ 'app_provider' => BeyondCode\LaravelWebSockets\Apps\ConfigAppProvider::class,