diff --git a/src/Illuminate/Broadcasting/BroadcastManager.php b/src/Illuminate/Broadcasting/BroadcastManager.php index acb01d7bd31d..8b4c403d25f5 100644 --- a/src/Illuminate/Broadcasting/BroadcastManager.php +++ b/src/Illuminate/Broadcasting/BroadcastManager.php @@ -465,7 +465,7 @@ public function setDefaultDriver($name) } /** - * Disconnect the given disk and remove from local cache. + * Disconnect the given driver / connection and remove it from local cache. * * @param string|null $name * @return void